Revision
89360
Author
snc@macports.org
Date
2012-01-26 13:44:38 -0800 (Thu, 26 Jan 2012)

Log Message

xmms: avoid clang, #32955

Modified Paths

Diff

Modified: trunk/dports/audio/xmms/Portfile (89359 => 89360)


--- trunk/dports/audio/xmms/Portfile	2012-01-26 20:01:52 UTC (rev 89359)
+++ trunk/dports/audio/xmms/Portfile	2012-01-26 21:44:38 UTC (rev 89360)
@@ -45,6 +45,10 @@
     patch-Intel-noasm.diff \
     patch-configure.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args \
     --disable-alsatest \
     --with-gtk=${prefix} \