Re-allow gcc-4.2 and llvm-gcc-4.2 on El Cap for now
--- trunk/base/src/port1.0/portconfigure.tcl 2015-10-12 20:02:50 UTC (rev 141204)
+++ trunk/base/src/port1.0/portconfigure.tcl 2015-10-12 20:16:04 UTC (rev 141205)
@@ -519,7 +519,7 @@
}
# Determine if we have MacPorts-provided legacy gcc fallbacks
- if {${os.major} < 15} {
+ if {${os.major} < 16} {
lappend compilers macports-llvm-gcc-4.2 apple-gcc-4.2
}