Changeset 115137 for trunk/dports/multimedia
- Timestamp:
- Dec 26, 2013, 2:12:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/gtkpod/Portfile
r114862 r115137 32 32 path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk 33 33 34 # TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released 34 35 platform darwin { 35 set cxx _stdlib {}36 set cxxstdlib {} 36 37 37 38 if {[info exists configure.cxx_stdlib] && 38 39 ${configure.cxx_stdlib} ne {} && 39 40 [string match *clang* ${configure.cxx}]} { 40 set cxx _stdlib ${configure.cxx_stdlib}41 set cxxstdlib ${configure.cxx_stdlib} 41 42 } elseif {[string match *clang* ${configure.cxx}] && 42 43 ${os.major} >= 13} { 43 set cxx _stdlib libc++44 set cxxstdlib libc++ 44 45 } else { 45 set cxx _stdlib libstdc++46 set cxxstdlib libstdc++ 46 47 } 47 48 48 if {${cxx _stdlib} eq "libstdc++"} {49 if {${cxxstdlib} eq "libstdc++"} { 49 50 depends_lib-delete path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk 50 51 depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk-2.0
Note: See TracChangeset
for help on using the changeset viewer.