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) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 PortGroup texlive 1.0 6 7 7 8 name texlive-bin … … 105 106 } 106 107 107 108 # 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 } 109 compiler.blacklist {llvm-gcc-4.2 < 2335.15} 112 110 113 111 114 112 # We use MacPorts-provided libraries instead of the ones included in