diff options
Diffstat (limited to 'lang/perl5/patches/patch-aa')
-rw-r--r-- | lang/perl5/patches/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index 7a75964aa73..659b513056f 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.10 1998/12/02 02:28:30 tv Exp $ +$NetBSD: patch-aa,v 1.11 1998/12/02 21:14:41 tv Exp $ --- Configure.orig Fri Oct 3 13:57:39 1997 -+++ Configure Tue Dec 1 20:42:23 1998 ++++ Configure Wed Dec 2 14:30:27 1998 @@ -65,7 +65,7 @@ fi @@ -124,7 +124,13 @@ $NetBSD: patch-aa,v 1.10 1998/12/02 02:28:30 tv Exp $ fi;; esac case "$libpth" in -@@ -4747,10 +4746,10 @@ +@@ -4742,15 +4741,15 @@ + shrpdir=$archlibexp/CORE + xxx='' + tmp_shrpenv='' +-if "$useshrplib"; then ++if true; then + case "$osname" in aix) # We'll set it in Makefile.SH... ;; |