From 3124513b07d00a6281f0a9c64a8b08999710e62b Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 29 Aug 2000 20:48:08 +0000 Subject: Until the sources for these packages catch up to the current (post-5.6.0) Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look like an older perl. --- databases/p5-pgsql/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'databases/p5-pgsql') diff --git a/databases/p5-pgsql/Makefile b/databases/p5-pgsql/Makefile index 581e31d3497..b19f83988f0 100644 --- a/databases/p5-pgsql/Makefile +++ b/databases/p5-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/27 10:37:02 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/29 20:48:12 jlam Exp $ # DISTNAME= pgsql_perl5-1.8.1 @@ -16,7 +16,11 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist MAKE_ENV+= POSTGRES_HOME="${PREFIX}" +# Until the source catches up to the current Perl API, we need PERL_POLLUTE +# to look like an older perl. +MAKE_PARAMS= DEFINE="-DPERL_POLLUTE=1" + do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3