summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}