Modified: trunk/dports/devel/cmake/Portfile (91562 => 91563)
--- 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