Ticket #56362: octave-Portfile.diff

File octave-Portfile.diff, 639 bytes (added by majoc-at-astro (majoc-at-astro), 6 years ago)
  • ports/math/octave/Portfile

    old new  
    9898    set libcxxbug no
    9999    if { ${configure.cc} eq "/usr/bin/clang" && [lindex [split ${xcodeversion} .] 0] eq 6 } {
    100100        set libcxxbug yes
    101     } elseif { [variant_exists clang35] && [variant_isset clang35] } {
    102         set libcxxbug yes
    103101    }
    104102    if { ${libcxxbug} } {
    105103        patchfiles-append   \
     
    210208    -gcc45          \
    211209    -gcc44          \
    212210    -g95            \
    213     -clang36        \
    214     -clang35        \
    215211    -clang34        \
    216212    -clang33
    217213