Ticket #46739: cmake-no-host.patch

File cmake-no-host.patch, 549 bytes (added by larryv (Lawrence Velázquez), 9 years ago)

don't add --host option to universal builds of the cmake port

  • 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 \ 
    6262configure.universal_args
    6363configure.post_args
    6464
     65# CMake's configure script doesn't recognize `--host`.
     66array set merger_host {i386 {} x86_64 {} ppc {} ppc64 {}}
     67
    6568# Leopard's Rosetta has some difficulties configuring the ppc slice
    6669platform darwin 9 {
    6770    global universal_archs_supported