Ticket #53143: patch-cmake-371-Portfile-Tigerfix.diff

File patch-cmake-371-Portfile-Tigerfix.diff, 491 bytes (added by kencu (Ken), 7 years ago)

a patch for cmake-371 for tiger to disable need for libuv

  • Portfile

    old new  
    116116    }
    117117}
    118118
     119
     120platform darwin 8 {
     121    configure.args-delete \
     122                      --system-libs \
     123                      --no-system-jsoncpp
     124    depends_lib-delete path:lib/pkgconfig/libuv.pc:libuv
     125}
     126
    119127configure.args-append --docdir=share/doc/cmake \
    120128                    --parallel=${build.jobs} \
    121129                    --init=${worksrcpath}/macports.cmake \