[91587] trunk/dports/devel/cmake/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 6 01:59:54 PDT 2012


Revision: 91587
          https://trac.macports.org/changeset/91587
Author:   ryandesign at macports.org
Date:     2012-04-06 01:59:52 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
cmake: fix build_arch test for i386

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2012-04-06 08:40:46 UTC (rev 91586)
+++ trunk/dports/devel/cmake/Portfile	2012-04-06 08:59:52 UTC (rev 91587)
@@ -38,7 +38,7 @@
 configure.post_args
 
 # Rosetta has some difficulties configuring the ppc slice
-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/20120406/225390d8/attachment.html>


More information about the macports-changes mailing list