summaryrefslogtreecommitdiff
path: root/lang/perl5-base/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5-base/patches/patch-ab')
-rw-r--r--lang/perl5-base/patches/patch-ab10
1 files changed, 7 insertions, 3 deletions
diff --git a/lang/perl5-base/patches/patch-ab b/lang/perl5-base/patches/patch-ab
index 56bfa1320d1..9d3acaa0a3d 100644
--- a/lang/perl5-base/patches/patch-ab
+++ b/lang/perl5-base/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.2 2001/06/07 04:25:34 jlam Exp $
+$NetBSD: patch-ab,v 1.3 2001/07/09 17:10:28 tv Exp $
--- hints/netbsd.sh.orig Thu Feb 22 21:57:55 2001
-+++ hints/netbsd.sh Sun May 20 15:03:24 2001
++++ hints/netbsd.sh Mon Jul 9 11:40:02 2001
@@ -21,7 +21,11 @@
if [ -f /usr/libexec/ld.elf_so ]; then
d_dlopen=$define
@@ -15,7 +15,7 @@ $NetBSD: patch-ab,v 1.2 2001/06/07 04:25:34 jlam Exp $
cccdlflags="-DPIC -fPIC $cccdlflags"
lddlflags="--whole-archive -shared $lddlflags"
elif [ "`uname -m`" = "pmax" ]; then
-@@ -59,14 +63,14 @@
+@@ -59,14 +63,18 @@
d_setruid="$undef"
# there's no problem with vfork.
@@ -30,6 +30,10 @@ $NetBSD: patch-ab,v 1.2 2001/06/07 04:25:34 jlam Exp $
# Pre-empt the /usr/bin/perl question of installperl.
-installusrbinperl='n'
+installusrbinperl="$undef"
++
++# Don't install any manpages in man3; make user use perldoc
++# (to prevent confusion with similarly named man2/man3 pages).
++man3dir=none
# Recognize the NetBSD packages collection.
-# GDBM might be here.