[87358] trunk/dports/multimedia/mp4v2/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Thu Nov 17 20:04:30 PST 2011


Revision: 87358
          http://trac.macports.org/changeset/87358
Author:   rmstonecipher at macports.org
Date:     2011-11-17 20:04:28 -0800 (Thu, 17 Nov 2011)
Log Message:
-----------
multimedia/mp4v2 changed compiler from clang (if clang) to llvm-gcc-4.2 to resolve build error caused by c preprocessor

Modified Paths:
--------------
    trunk/dports/multimedia/mp4v2/Portfile

Modified: trunk/dports/multimedia/mp4v2/Portfile
===================================================================
--- trunk/dports/multimedia/mp4v2/Portfile	2011-11-18 03:12:24 UTC (rev 87357)
+++ trunk/dports/multimedia/mp4v2/Portfile	2011-11-18 04:04:28 UTC (rev 87358)
@@ -28,6 +28,10 @@
 
 patchfiles          mp4v2-1.9.1-libversion.patch
 
+if {${configure.compiler} == "clang"} { 
+    configure.compiler llvm-gcc-4.2 
+}
+
 variant universal {
     configure.args-append  --disable-gch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111117/f68725f3/attachment-0001.html>


More information about the macports-changes mailing list