aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-04-28 10:53:21 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-04-28 10:53:21 +0000
commitb9fde6414dc98d9082246729d596e795f8b9155d (patch)
tree81a33275c6953bed7befd623430ed7e0a3abcbc4 /lang/perl5
parent1d2ee28244f6f01e1bde23480131b2e22323dda4 (diff)
downloadports-b9fde6414dc98d9082246729d596e795f8b9155d.tar.gz
ports-b9fde6414dc98d9082246729d596e795f8b9155d.zip
Respect global CC settings.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=79782
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index db3d0931f3f1..2ef54b8d64cd 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -32,6 +32,7 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
-Dsitearch=${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH} \
-Dsitelib=${PREFIX}/lib/perl5/site_perl/${PERL_VER} \
-Dscriptdir=${PREFIX}/bin \
+ -Dcc="${CC}" \
-Ui_malloc -Ui_iconv -Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\"
INSTALLS_SHLIB= yes