Ticket #42521: blacklist-Portfile.diff

File blacklist-Portfile.diff, 463 bytes (added by juanrgar (Juan R. García Blanco), 10 years ago)
  • Portfile

    old new  
    3737
    3838use_autoconf        yes
    3939autoconf.cmd        autoconf213
    40 compiler.blacklist  *gcc-*
     40compiler.blacklist  *gcc-3.3* *g++-3.3* \
     41                    *gcc-4.0* *g++-4.0* \
     42                    *gcc-4.2* *g++-4.2*
    4143configure.args      --with-system-nspr \
    4244                    --enable-system-ffi \
    4345                    --disable-readline \