Modified: trunk/dports/lang/chapel/Portfile (81303 => 81304)
--- trunk/dports/lang/chapel/Portfile 2011-07-29 05:51:47 UTC (rev 81303)
+++ trunk/dports/lang/chapel/Portfile 2011-07-29 05:56:11 UTC (rev 81304)
@@ -33,9 +33,10 @@
# but gives warnings on linking different triples.
#
# chapel does not build with clang.
-if {![string match *-gcc-* ${configure.compiler}]} {
+if {[string match llvm-* ${configure.compiler}] ||
+ [string match clang ${configure.compiler}]} {
pre-configure {
- ui_error "${name} requires configure.compiler=*-gcc-*."
+ ui_error "${name} does not work properly with llvm-gcc or clang."
return -code error
}
}