diff options
author | tv <tv@pkgsrc.org> | 1998-12-02 15:04:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-12-02 15:04:07 +0000 |
commit | 300b49430342a19e8d018df42e9a9b851e70fc2e (patch) | |
tree | bf05c5c0bd377a3f18e8087418e2eb30b3a5b700 /lang/perl5/Makefile | |
parent | 507a5f888c20e5d3ff49f695c7ad3daa4c648ab5 (diff) | |
download | pkgsrc-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/perl5/Makefile')
-rw-r--r-- | lang/perl5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 1136172d70c..f339b8e4cc9 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -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} |