From 975ddbe234da004d3ea5c5abe7d42ebd58622926 Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 6 Mar 2005 19:27:16 +0000 Subject: On 64bit capable platforms, --enable-64bit --- lang/tcl83/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang') 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. # -- cgit v1.2.3