--- 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} \