diff options
author | tv <tv> | 1999-02-04 22:16:00 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-04 22:16:00 +0000 |
commit | dfef5fbae7573eb515a650c8dd3bfd1a758da1b1 (patch) | |
tree | f870e5b069bb2842f5f65f5721a63068da47dad7 /lang/perl5 | |
parent | d4e520a5e943f8e582f78bd71585cecf75cfbcd7 (diff) | |
download | pkgsrc-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/perl5')
-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 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} |