diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-01-17 20:21:44 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-01-17 20:21:44 +0000 |
commit | c6d726de74154468c1d4101e8c58d52e52c75d5f (patch) | |
tree | 02834485bbf96db223cbe9ad580f2b34a6f94da4 /lang | |
parent | 240161244341967e04ae17e69fa25598fcaf1ee5 (diff) | |
download | pkgsrc-c6d726de74154468c1d4101e8c58d52e52c75d5f.tar.gz |
Under IRIX64, this really needs -Dcc='${CC} -64' even if '-64' is in
CFLAGS.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl58/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 6bd0cef9918..2cc5a3eebea 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2005/01/06 06:46:26 tv Exp $ +# $NetBSD: Makefile,v 1.73 2005/01/17 20:21:44 jschauma Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -178,7 +178,7 @@ CONFIGURE_ARGS+= -Dlibswanted="${LIBSWANTED}" .include "../../mk/compiler.mk" .if ${OPSYS} == "IRIX" && ${ABI} == "64" -CONFIGURE_ARGS+= -Duse64bitint +CONFIGURE_ARGS+= -Dcc='${CC} -64' -Duse64bitint .endif PERL5= ${PREFIX}/bin/perl${PERL5_VERS} |