summaryrefslogtreecommitdiff
path: root/lang/libperl
diff options
context:
space:
mode:
authortv <tv>1999-02-04 22:16:00 +0000
committertv <tv>1999-02-04 22:16:00 +0000
commitdfef5fbae7573eb515a650c8dd3bfd1a758da1b1 (patch)
treef870e5b069bb2842f5f65f5721a63068da47dad7 /lang/libperl
parentd4e520a5e943f8e582f78bd71585cecf75cfbcd7 (diff)
downloadpkgsrc-dfef5fbae7573eb515a650c8dd3bfd1a758da1b1.tar.gz
Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,
compiling modules with this turned on makes the resulting modules or libperl-linking programs reference 5.003 namespace symbols.
Diffstat (limited to 'lang/libperl')
-rw-r--r--lang/libperl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile
index 9af864fae4e..15a69760b8f 100644
--- a/lang/libperl/Makefile
+++ b/lang/libperl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/12/02 22:15:02 tv Exp $
+# $NetBSD: Makefile,v 1.5 1999/02/04 22:16:00 tv Exp $
#
DISTNAME= perl5.004_04
@@ -25,9 +25,8 @@ PATCHDIR= ../perl5/patches
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_SCRIPT= Configure
-CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
- -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false \
- -Duseshrplib=true
+CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Duseshrplib=true \
+ -Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}
ALL_TARGET= perl