summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authortron <tron>1999-04-27 16:44:15 +0000
committertron <tron>1999-04-27 16:44:15 +0000
commitf7d197f9060467aad6199087d3b0b838526d6754 (patch)
tree1ba3e1455fc7490ff915deaa2a864da459406e3a /lang/perl5
parent11a6b5bb1b970db978aac01fb756a49d24ad00a6 (diff)
downloadpkgsrc-f7d197f9060467aad6199087d3b0b838526d6754.tar.gz
Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index 93165e3a69c..e15b71ef105 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 1999/03/08 10:53:56 agc Exp $
+# $NetBSD: Makefile,v 1.20 1999/04/27 16:44:15 tron 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} -Doptimize="${CFLAGS}" \
-Darchname=${MACHINE_ARCH}-netbsd -Dusemymalloc=false
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}