On 28 Aug 2018, at 17:09, Greg Troxel wrote:
Is anyone else seeing this? Has anywone built perl 5.28.0 on a mac under pkgsrc?
I'm seeing this too. Homebrew's `Formula/perl.rb` has a workaround which, while unsuitable for inclusion in pkgsrc, may be expedient in one's local tree:
# FOO=${PREFIX}/lib/perl5/5.28.0/darwin-thread-multi-2level/CORE # mkdir -p ${FOO}# ln -sf /path/to/pkgsrc/lang/perl5/${WRKSRC}/libperl.dylib ${FOO}/libperl.dylib