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.
This commit is contained in:
tv 1998-12-02 15:04:07 +00:00
parent 507a5f888c
commit 300b494303
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 1998/12/02 02:28:30 tv Exp $
# $NetBSD: Makefile,v 1.16 1998/12/02 15:04:07 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} \
CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} -Dd_bincompat3=undef \
-Darchname=${MACHINE_ARCH}-netbsd
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}