diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-28 10:53:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-04-28 10:53:21 +0000 |
commit | b9fde6414dc98d9082246729d596e795f8b9155d (patch) | |
tree | 81a33275c6953bed7befd623430ed7e0a3abcbc4 /lang/perl5.6/Makefile | |
parent | New port: wmblueclock (simple dockable clock application) (diff) |
Respect global CC settings.
Approved by: maintainer
Diffstat (limited to '')
-rw-r--r-- | lang/perl5.6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index db3d0931f3f1..2ef54b8d64cd 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/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 |