[84015] trunk/dports/net/mediatomb/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 14 18:30:17 PDT 2011


Revision: 84015
          http://trac.macports.org/changeset/84015
Author:   ryandesign at macports.org
Date:     2011-09-14 18:30:17 -0700 (Wed, 14 Sep 2011)
Log Message:
-----------
mediatomb: build with llvm-gcc-4.2 instead of clang; see #31264

Modified Paths:
--------------
    trunk/dports/net/mediatomb/Portfile

Modified: trunk/dports/net/mediatomb/Portfile
===================================================================
--- trunk/dports/net/mediatomb/Portfile	2011-09-15 01:16:26 UTC (rev 84014)
+++ trunk/dports/net/mediatomb/Portfile	2011-09-15 01:30:17 UTC (rev 84015)
@@ -40,6 +40,10 @@
 
 patchfiles          patch-configure.ac.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      \
     --enable-libjs --with-js-h=${prefix}/include/js --enable-libexif \
     --disable-sqlite3 --disable-mysql \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110914/9069915b/attachment.html>


More information about the macports-changes mailing list