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

michaelld at macports.org michaelld at macports.org
Wed Feb 18 11:27:03 PST 2015


Revision: 133042
          https://trac.macports.org/changeset/133042
Author:   michaelld at macports.org
Date:     2015-02-18 11:27:03 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
cmake: CMake's configure script doesn't recognize `--host`, so don't add --host option to universal builds.

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2015-02-18 19:24:58 UTC (rev 133041)
+++ trunk/dports/devel/cmake/Portfile	2015-02-18 19:27:03 UTC (rev 133042)
@@ -62,6 +62,9 @@
 configure.universal_args
 configure.post_args
 
+# CMake's configure script doesn't recognize `--host`.
+array set merger_host {i386 {} x86_64 {} ppc {} ppc64 {}}
+
 # Leopard's Rosetta has some difficulties configuring the ppc slice
 platform darwin 9 {
     global universal_archs_supported
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150218/97fcff5b/attachment.html>


More information about the macports-changes mailing list