[89360] trunk/dports/audio/xmms/Portfile

snc at macports.org snc at macports.org
Thu Jan 26 13:44:39 PST 2012


Revision: 89360
          http://trac.macports.org/changeset/89360
Author:   snc at macports.org
Date:     2012-01-26 13:44:38 -0800 (Thu, 26 Jan 2012)
Log Message:
-----------
xmms: avoid clang, #32955

Modified Paths:
--------------
    trunk/dports/audio/xmms/Portfile

Modified: trunk/dports/audio/xmms/Portfile
===================================================================
--- 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} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120126/34b7ab64/attachment.html>


More information about the macports-changes mailing list