[86443] trunk/dports/audio/flac/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 25 16:27:50 PDT 2011


Revision: 86443
          http://trac.macports.org/changeset/86443
Author:   ryandesign at macports.org
Date:     2011-10-25 16:27:50 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
flac: use llvm-gcc-4.2 instead of clang; see #31766

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

Modified: trunk/dports/audio/flac/Portfile
===================================================================
--- trunk/dports/audio/flac/Portfile	2011-10-25 23:26:48 UTC (rev 86442)
+++ trunk/dports/audio/flac/Portfile	2011-10-25 23:27:50 UTC (rev 86443)
@@ -32,6 +32,10 @@
 configure.args  --mandir=${prefix}/share/man \
                 --disable-xmms-plugin
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 post-configure {
     if {[variant_isset universal]} {
         system "cd ${worksrcpath} && ed - ${worksrcpath}/config.h < ${filespath}/config.h.ed && touch stamp-h1"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/e157346d/attachment.html>


More information about the macports-changes mailing list