Ticket #44656: wxWidgets-stdlib.diff
File wxWidgets-stdlib.diff, 576 bytes (added by mojca (Mojca Miklavec), 10 years ago) |
---|
-
Portfile
110 110 --enable-graphics_ctx \ 111 111 --with-macosx-sdk=no \ 112 112 --with-macosx-version-min=no 113 configure.ldflags-append \ 113 if {[string match *clang* ${configure.cxx}]} { 114 configure.ldflags-append \ 114 115 -stdlib=${configure.cxx_stdlib} 116 } 115 117 116 118 if {${subport} eq "wxPython-3.0"} { 117 119 set wxpythonsubset wxPython-${wxpython_ver}-MacPorts-subset