diff options
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r-- | lang/perl5/patches/patch-Makefile.SH | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lang/perl5/patches/patch-Makefile.SH b/lang/perl5/patches/patch-Makefile.SH index cbeecd1ea71..b643e2538d2 100644 --- a/lang/perl5/patches/patch-Makefile.SH +++ b/lang/perl5/patches/patch-Makefile.SH @@ -1,9 +1,8 @@ -$NetBSD: patch-Makefile.SH,v 1.9 2019/08/11 10:14:18 adam Exp $ +$NetBSD: patch-Makefile.SH,v 1.10 2019/11/14 09:56:56 adam Exp $ Use correct -install_name on Darwin. -Fix DTrace object generation. ---- Makefile.SH.orig 2019-05-11 23:02:19.000000000 +0000 +--- Makefile.SH.orig 2019-10-24 21:27:53.000000000 +0000 +++ Makefile.SH @@ -70,7 +70,7 @@ true) ${revision}.${patchlevel}.${subversion}" @@ -14,11 +13,3 @@ Fix DTrace object generation. exeldflags="-Xlinker -headerpad_max_install_names" ;; *) -@@ -278,6 +278,7 @@ LNS = $lns - # NOTE: some systems don't grok "cp -f". XXX Configure test needed? - CPS = $cp - RMS = rm -f -+ECHO = $echo - ranlib = $ranlib - - # The following are mentioned only to make metaconfig include the |