Ticket #56362: octave-Portfile.diff
File octave-Portfile.diff, 639 bytes (added by majoc-at-astro (majoc-at-astro), 7 years ago) |
---|
-
ports/math/octave/Portfile
old new 98 98 set libcxxbug no 99 99 if { ${configure.cc} eq "/usr/bin/clang" && [lindex [split ${xcodeversion} .] 0] eq 6 } { 100 100 set libcxxbug yes 101 } elseif { [variant_exists clang35] && [variant_isset clang35] } {102 set libcxxbug yes103 101 } 104 102 if { ${libcxxbug} } { 105 103 patchfiles-append \ … … 210 208 -gcc45 \ 211 209 -gcc44 \ 212 210 -g95 \ 213 -clang36 \214 -clang35 \215 211 -clang34 \ 216 212 -clang33 217 213