pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl83 On 64bit capable platforms, --enable-64bit
details: https://anonhg.NetBSD.org/pkgsrc/rev/53717171be74
branches: trunk
changeset: 490281:53717171be74
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Mar 06 19:27:16 2005 +0000
description:
On 64bit capable platforms, --enable-64bit
diffstat:
lang/tcl83/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 116b804928a2 -r 53717171be74 lang/tcl83/Makefile
--- a/lang/tcl83/Makefile Sun Mar 06 19:26:58 2005 +0000
+++ b/lang/tcl83/Makefile Sun Mar 06 19:27:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/10 11:58:29 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/06 19:27:16 jschauma Exp $
#
DISTNAME= tcl8.3.4
@@ -45,6 +45,10 @@
CONFIGURE_ENV+= COMPILER_OPTIMIZATION_BUG=YES
.endif
+.if !empty(ABI) && ${ABI} == "64"
+CONFIGURE_ARGS+= --enable-64bit
+.endif
+
# Modify mkLinks script to remove the short-filename manpage if it was
# linked to a longer filename.
#
Home |
Main Index |
Thread Index |
Old Index