From 6bab76381cc817cb9e4a03148123cc5e48a6fe92 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Wed, 10 Jul 2002 16:06:00 +0000 Subject: 1. Merge from src/contrib/perl5/lib/ExtUtils/Attic/Install.pm rev. 1.2: Force installs. This is to allow (semi-)automatic garbage removal by "find /usr/libdata -ctime -N -delete". Well - substitute /usr/libdata with /usr/local/lib/perl5 here. Requested by: sheldonh 2. Do not link with libbind even if Configure detects it. A particular reason for that is that perl's getpw* stop working with NIS. Reported by: Russell Cattelan --- lang/perl5/files/patch-ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/perl5/files/patch-ac') diff --git a/lang/perl5/files/patch-ac b/lang/perl5/files/patch-ac index 3a0c07565832..c9cfeb9ba5a0 100644 --- a/lang/perl5/files/patch-ac +++ b/lang/perl5/files/patch-ac @@ -2,7 +2,7 @@ $FreeBSD$ --- hints/freebsd.sh.orig Sun Apr 8 06:09:16 2001 +++ hints/freebsd.sh Sat Jun 1 23:41:18 2002 -@@ -85,10 +85,16 @@ +@@ -85,10 +85,17 @@ d_setreuid='define' d_setegid='undef' d_seteuid='undef' @@ -11,6 +11,7 @@ $FreeBSD$ *) usevfork='true' usemymalloc='n' libswanted=`echo $libswanted | sed 's/ malloc / /'` ++ libswanted=`echo $libswanted | sed 's/ bind / /'` + d_setregid='define' + d_setreuid='define' + d_setegid='undef' -- cgit v1.2.3