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

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 5 01:48:29 PDT 2012


Revision: 91563
          https://trac.macports.org/changeset/91563
Author:   jeremyhu at macports.org
Date:     2012-04-05 01:48:29 -0700 (Thu, 05 Apr 2012)
Log Message:
-----------
cmake: Don't build ppc on intel due to Rosetta difficulties.  Dev timeout

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2012-04-05 08:29:00 UTC (rev 91562)
+++ trunk/dports/devel/cmake/Portfile	2012-04-05 08:48:29 UTC (rev 91563)
@@ -37,6 +37,14 @@
 configure.universal_args
 configure.post_args
 
+# Rosetta has some difficulties configuring the ppc slice
+if {${build_arch} == "i686" || ${build_arch} == "x86_64"} {
+    supported_archs i386 x86_64
+} elseif {${build_arch} == "ppc" || ${build_arch} == "ppc64"} {
+    supported_archs ppc ppc64
+}
+set universal_archs_supported ${supported_archs}
+
 patchfiles	patch-CMakeFindFrameworks.cmake.diff \
 			patch-Modules-FindQt4.cmake.diff \
 			patch-Xcode_4.3.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/303143f7/attachment-0001.html>


More information about the macports-changes mailing list