[84359] trunk/dports/audio/audiofile/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 23 12:52:59 PDT 2011


Revision: 84359
          http://trac.macports.org/changeset/84359
Author:   ryandesign at macports.org
Date:     2011-09-23 12:52:58 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
audiofile: use llvm-gcc-4.2 instead of clang; see #31368

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

Modified: trunk/dports/audio/audiofile/Portfile
===================================================================
--- trunk/dports/audio/audiofile/Portfile	2011-09-23 18:44:09 UTC (rev 84358)
+++ trunk/dports/audio/audiofile/Portfile	2011-09-23 19:52:58 UTC (rev 84359)
@@ -26,6 +26,10 @@
 
 configure.ccache    no
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 test.run        yes
 test.target     check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/cb2f04d1/attachment.html>


More information about the macports-changes mailing list