pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl58 Under IRIX64, this really needs -Dcc='${CC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3f02fc92e64
branches:  trunk
changeset: 487634:f3f02fc92e64
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Jan 17 20:21:44 2005 +0000

description:
Under IRIX64, this really needs -Dcc='${CC} -64' even if '-64' is in
CFLAGS.

diffstat:

 lang/perl58/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee12eba586b2 -r f3f02fc92e64 lang/perl58/Makefile
--- a/lang/perl58/Makefile      Mon Jan 17 20:15:28 2005 +0000
+++ b/lang/perl58/Makefile      Mon Jan 17 20:21:44 2005 +0000
@@ -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 @@
 .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}



Home | Main Index | Thread Index | Old Index