diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-03-06 19:27:16 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-03-06 19:27:16 +0000 |
commit | 975ddbe234da004d3ea5c5abe7d42ebd58622926 (patch) | |
tree | 865af59129ccc151e9365a241a2413b847f925f5 /lang/tcl83 | |
parent | e6c326dd5e9001739f3d36fe0003418c912c72af (diff) | |
download | pkgsrc-975ddbe234da004d3ea5c5abe7d42ebd58622926.tar.gz |
On 64bit capable platforms, --enable-64bit
Diffstat (limited to 'lang/tcl83')
-rw-r--r-- | lang/tcl83/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index ddfe7bdd2ce..63152146efd 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -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. # |