[54194] trunk/dports/devel/gmp/Portfile

toby at macports.org toby at macports.org
Wed Jul 22 14:04:11 PDT 2009


Revision: 54194
          http://trac.macports.org/changeset/54194
Author:   toby at macports.org
Date:     2009-07-22 14:04:10 -0700 (Wed, 22 Jul 2009)
Log Message:
-----------
possible fix for Leopard/trunk

Modified Paths:
--------------
    trunk/dports/devel/gmp/Portfile

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2009-07-22 20:53:24 UTC (rev 54193)
+++ trunk/dports/devel/gmp/Portfile	2009-07-22 21:04:10 UTC (rev 54194)
@@ -51,7 +51,7 @@
 test.target     check
 
 if {![variant_isset universal]} {
-    if {${os.major} >= 10 && $tcl_platform(wordSize) == 8} {
+    if {[info exists build_arch] && ${build_arch} == "x86_64"} {
         configure.env   ABI=64
     } else {
         configure.env   ABI=32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090722/75d34f7d/attachment-0001.html>


More information about the macports-changes mailing list