summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-01-17 20:21:44 +0000
committerjschauma <jschauma>2005-01-17 20:21:44 +0000
commit73b182fd55a8e9033df7f3084fc2d28ff9a4eabc (patch)
tree02834485bbf96db223cbe9ad580f2b34a6f94da4 /lang
parent3dea706e9f5fc0886a3d2e72f39e8f6ceb778edd (diff)
downloadpkgsrc-73b182fd55a8e9033df7f3084fc2d28ff9a4eabc.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/Makefile4
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}