On 64bit capable platforms, --enable-64bit
This commit is contained in:
parent
e6c326dd5e
commit
975ddbe234
1 changed files with 5 additions and 1 deletions
|
@ -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+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"
|
|||
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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue