Ticket #48957: ncurses.diff
File ncurses.diff, 824 bytes (added by RJVB (René Bertin), 9 years ago) |
---|
-
Portfile
36 36 --without-ada \ 37 37 --with-manpage-format=normal \ 38 38 --enable-pc-files \ 39 --with-pkg-config-libdir="${prefix}/lib/pkgconfig" \ 39 --with-pkg-config-libdir="${prefix}/lib/pkgconfig" 40 if {${os.platform} eq "darwin"} { 41 configure.args-append \ 40 42 --disable-mixed-case 43 } 41 44 42 45 # Prevent -lstdc++ from creeping into the build when not needed 43 if { [string match *clang* ${configure.cxx}]} {46 if {${os.platform} eq "darwin" && [string match *clang* ${configure.cxx}]} { 44 47 configure.env-append \ 45 48 CXXLIBS=-stdlib=${configure.cxx_stdlib} \ 46 49 cf_cv_libstdcpp=no