Ticket #44899: need-cxx11.diff

File need-cxx11.diff, 358 bytes (added by someuser12, 10 years ago)

Patch to the portfile of octave-image

  • Portfile

    old new  
    2020                    sha256 fecacf1cf78e2517f9e3eda243925c71f3b247aaac5dc7b5ea3af7d2208af1d9
    2121
    2222depends_lib-append  port:octave-signal
     23
     24if {${os.platform} eq "darwin" && ${os.major} < 11} {
     25    configure.compiler  macports-gcc-4.8
     26}