[87198] trunk/dports/x11/xorg-libX11/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Nov 13 18:33:41 PST 2011


Revision: 87198
          http://trac.macports.org/changeset/87198
Author:   rmstonecipher at macports.org
Date:     2011-11-13 18:33:36 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
x11/xorg-libX11 changed configure.compiler (when set to clang) to llvm-gcc-4.2 to avoid UsingTheRightCompiler error on ${configure.cpp}

Modified Paths:
--------------
    trunk/dports/x11/xorg-libX11/Portfile

Modified: trunk/dports/x11/xorg-libX11/Portfile
===================================================================
--- trunk/dports/x11/xorg-libX11/Portfile	2011-11-14 00:50:58 UTC (rev 87197)
+++ trunk/dports/x11/xorg-libX11/Portfile	2011-11-14 02:33:36 UTC (rev 87198)
@@ -35,6 +35,10 @@
                 port:xorg-xproto \
                 port:xorg-kbproto
 
+if {${configure.compiler} == "clang"} { 
+    configure.compiler llvm-gcc-4.2 
+} 
+
 configure.env-append RAWCPP=${configure.cpp}
 
 configure.args \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/60734c72/attachment.html>


More information about the macports-changes mailing list