Ticket #59069: portindex.diff

File portindex.diff, 506 bytes (added by ryandesign (Ryan Carsten Schmidt), 5 years ago)
  • portindex

    old new  
    221221                    set os_arch [lindex $platlist 3]
    222222                } else {
    223223                    if {$os_platform eq "macosx"} {
    224                         if {$os_major < 13} {
     224                        if {$os_major < 10} {
    225225                            set cxx_stdlib libstdc++
    226226                        } else {
    227227                            set cxx_stdlib libc++