Revision: 91587 https://trac.macports.org/changeset/91587 Author: ryandesign@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