[64650] trunk/dports/x11/tk/Portfile

mww at macports.org mww at macports.org
Fri Mar 12 14:42:47 PST 2010


Revision: 64650
          http://trac.macports.org/changeset/64650
Author:   mww at macports.org
Date:     2010-03-12 14:42:46 -0800 (Fri, 12 Mar 2010)
Log Message:
-----------
tell configure if we want 64 bit

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2010-03-12 20:54:15 UTC (rev 64649)
+++ trunk/dports/x11/tk/Portfile	2010-03-12 22:42:46 UTC (rev 64650)
@@ -53,6 +53,10 @@
     ln -s libtk8.5.dylib ${destroot}${prefix}/lib/libtk.dylib
 }
 
+if {$build_arch == "x86_64" || $build_arch == "ppc64"} {
+    configure.args-append   --enable-64bit
+}
+
 variant quartz {
     depends_lib-delete port:Xft2 port:xorg-libXScrnSaver
     configure.args-append   --enable-aqua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100312/e8013412/attachment.html>


More information about the macports-changes mailing list