Ticket #39685: texlive-bin-compiler_blacklist_versions.diff

File texlive-bin-compiler_blacklist_versions.diff, 619 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)

proposed patch

  • Portfile

     
    22# $Id$
    33
    44PortSystem      1.0
     5PortGroup       compiler_blacklist_versions 1.0
    56PortGroup       texlive 1.0
    67
    78name            texlive-bin
     
    105106}
    106107
    107108# llvm-gcc apparently fails on Xcode 4.0.x (#30758)
    108 if {${configure.compiler} == "llvm-gcc-4.2" &&
    109     [vercmp $xcodeversion 4.1] < 0} {
    110     configure.compiler gcc-4.2
    111 }
     109compiler.blacklist {llvm-gcc-4.2 < 2335.15}
    112110
    113111
    114112# We use MacPorts-provided libraries instead of the ones included in