Ticket #46739: cmake-no-host.patch
File cmake-no-host.patch, 549 bytes (added by larryv (Lawrence Velázquez), 10 years ago) |
---|
-
dports/devel/cmake/Portfile
diff --git a/dports/devel/cmake/Portfile b/dports/devel/cmake/Portfile index e0ac17b..a75dabf 100644
a b configure.args --mandir=/share/man --docdir=/share/doc/cmake \ 62 62 configure.universal_args 63 63 configure.post_args 64 64 65 # CMake's configure script doesn't recognize `--host`. 66 array set merger_host {i386 {} x86_64 {} ppc {} ppc64 {}} 67 65 68 # Leopard's Rosetta has some difficulties configuring the ppc slice 66 69 platform darwin 9 { 67 70 global universal_archs_supported