[91486] trunk/dports/lang/apple-gcc42/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 2 17:48:45 PDT 2012


Revision: 91486
          https://trac.macports.org/changeset/91486
Author:   jeremyhu at macports.org
Date:     2012-04-02 17:48:44 -0700 (Mon, 02 Apr 2012)
Log Message:
-----------
apple-gcc42: Fix check for 32bit intel build arch

Modified Paths:
--------------
    trunk/dports/lang/apple-gcc42/Portfile

Modified: trunk/dports/lang/apple-gcc42/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc42/Portfile	2012-04-03 00:03:33 UTC (rev 91485)
+++ trunk/dports/lang/apple-gcc42/Portfile	2012-04-03 00:48:44 UTC (rev 91486)
@@ -56,7 +56,7 @@
 variant universal {}
 
 # Building universal with a ppc slice doesn't work (Tried on Leopard)
-if {${build_arch} == "i686" || ${build_arch} == "x86_64"} {
+if {${build_arch} == "i386" || ${build_arch} == "x86_64"} {
     supported_archs i386 x86_64
 } elseif {${build_arch} == "ppc" || ${build_arch} == "ppc64"} {
     supported_archs ppc ppc64
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120402/fd4f1003/attachment.html>


More information about the macports-changes mailing list