Changeset 140232
- Timestamp:
- Sep 13, 2015, 10:45:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/ncurses/Portfile
r139469 r140232 40 40 --disable-mixed-case 41 41 42 # Prevent -lstdc++ from creeping into the build when not needed 43 if {[string match *clang* ${configure.cxx}]} { 44 configure.env-append \ 45 CXXLIBS=-stdlib=${configure.cxx_stdlib} \ 46 cf_cv_libstdcpp=no 47 } 48 42 49 if {[variant_isset universal]} { 43 50 # check that this doesn't start breaking anything with new versions
Note: See TracChangeset
for help on using the changeset viewer.