summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authorbad <bad>1999-06-15 12:27:23 +0000
committerbad <bad>1999-06-15 12:27:23 +0000
commit07bbb0cf8afb994c2612553db1ff97617abbc7fa (patch)
tree8c609c7c22afd979e37010f8e73861c8122db6e0 /lang/perl5/patches
parentece08fc8dbf32b772d4c6a1f51781821f6504e0e (diff)
downloadpkgsrc-07bbb0cf8afb994c2612553db1ff97617abbc7fa.tar.gz
Get rid of -lposix. It makes perl behave slightly different then the
rest of the system.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa
index 659b513056f..577d8defea5 100644
--- a/lang/perl5/patches/patch-aa
+++ b/lang/perl5/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.11 1998/12/02 21:14:41 tv Exp $
+$NetBSD: patch-aa,v 1.12 1999/06/15 12:27:23 bad Exp $
--- Configure.orig Fri Oct 3 13:57:39 1997
+++ Configure Wed Dec 2 14:30:27 1998
@@ -60,7 +60,7 @@ $NetBSD: patch-aa,v 1.11 1998/12/02 21:14:41 tv Exp $
-libswanted="$libswanted dld ld sun m c cposix posix ndir dir crypt"
-libswanted="$libswanted ucb bsd BSD PW x"
+# libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl'
-+libswanted='m posix crypt'
++libswanted='m crypt'
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`