summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/libperl/Makefile7
-rw-r--r--lang/perl5/Makefile4
2 files changed, 5 insertions, 6 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
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index d44f2e2688d..983149098d6 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/12/02 16:53:03 tv Exp $
+# $NetBSD: Makefile,v 1.18 1999/02/04 22:25:02 tv Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp
#
@@ -14,7 +14,7 @@ HOMEPAGE= http://language.perl.com/index.html
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PREFIX=${PREFIX}
CONFIGURE_SCRIPT= Configure
-CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
+CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} \
-Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}