Ticket #59069: portindex.diff
File portindex.diff, 506 bytes (added by ryandesign (Ryan Carsten Schmidt), 5 years ago) |
---|
-
portindex
old new 221 221 set os_arch [lindex $platlist 3] 222 222 } else { 223 223 if {$os_platform eq "macosx"} { 224 if {$os_major < 1 3} {224 if {$os_major < 10} { 225 225 set cxx_stdlib libstdc++ 226 226 } else { 227 227 set cxx_stdlib libc++