Revision
89711
Author
ryandesign@macports.org
Date
2012-02-07 13:16:54 -0800 (Tue, 07 Feb 2012)

Log Message

blt: use llvm-gcc-4.2 instead of clang; see #32599

Modified Paths

Diff

Modified: trunk/dports/x11/blt/Portfile (89710 => 89711)


--- trunk/dports/x11/blt/Portfile	2012-02-07 20:33:50 UTC (rev 89710)
+++ trunk/dports/x11/blt/Portfile	2012-02-07 21:16:54 UTC (rev 89711)
@@ -22,6 +22,10 @@
 			port:tcl \
 			port:tk
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.cppflags	"-L${prefix}/lib"
 configure.cflags	"-O3 -fno-common"