diff options
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r-- | lang/perl5/patches/patch-ca | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/lang/perl5/patches/patch-ca b/lang/perl5/patches/patch-ca index 17ed9dc615f..d8bb2ef7904 100644 --- a/lang/perl5/patches/patch-ca +++ b/lang/perl5/patches/patch-ca @@ -1,11 +1,9 @@ -$NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $ +$NetBSD: patch-ca,v 1.19 2014/05/10 13:39:57 richard Exp $ * Use "uname -r" to get OS version for *BSD. * Move $loclibpth to the end of $dlist, instead of the beginning. -* Disable -fstack-protector on SunOS - * Several other changes. --- Configure.orig 2014-01-06 22:46:42.000000000 +0000 @@ -82,18 +80,6 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $ : Which makefile gets called first. This is used by make depend. case "$firstmakefile" in -@@ -5119,8 +5123,10 @@ default|recommended) - # as that way the compiler can do the right implementation dependant - # thing. (NWC) - case "$gccversion" in -- ?*) set stack-protector -fstack-protector -+ ?*) if test "X$osname" != "Xsolaris"; then -+ set stack-protector -fstack-protector - eval $checkccflag -+ fi - ;; - esac - ;; @@ -6486,7 +6492,9 @@ rp='Pathname for the site-specific libra . ./getfile prefixvar=sitelib @@ -140,7 +126,7 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $ solaris) # See [perl #66604]. On Solaris 11, gcc -m64 on amd64 # appears not to understand -G. gcc versions at # least as old as 3.4.3 support -shared, so just -@@ -8347,7 +8367,7 @@ if "$useshrplib"; then +@@ -8347,7 +8361,7 @@ if "$useshrplib"; then # next doesn't like the default... ;; haiku) |