summaryrefslogtreecommitdiff
path: root/lang/libperl
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-12-02 15:04:07 +0000
committertv <tv@pkgsrc.org>1998-12-02 15:04:07 +0000
commit300b49430342a19e8d018df42e9a9b851e70fc2e (patch)
treebf05c5c0bd377a3f18e8087418e2eb30b3a5b700 /lang/libperl
parent507a5f888c20e5d3ff49f695c7ad3daa4c648ab5 (diff)
downloadpkgsrc-300b49430342a19e8d018df42e9a9b851e70fc2e.tar.gz
Do not enable binary compatibility with Perl 5.003. We have never had a
Perl 5.003 pkg, so the compatibility is moot; turning it on exposes namespace polluting symbols.
Diffstat (limited to 'lang/libperl')
-rw-r--r--lang/libperl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile
index 4575ce005d2..0f3b632bc7f 100644
--- a/lang/libperl/Makefile
+++ b/lang/libperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/12/02 02:42:05 tv Exp $
+# $NetBSD: Makefile,v 1.2 1998/12/02 15:04:08 tv Exp $
#
DISTNAME= perl5.004_04
@@ -25,7 +25,7 @@ PATCHDIR= ../perl5/patches
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_SCRIPT= Configure
-CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \
+CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
-Darchname=${MACHINE_ARCH}-netbsd -Duseshrplib=true
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}
ALL_TARGET= perl