[81032] trunk/dports/www/elinks-devel/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sat Jul 23 15:53:39 PDT 2011


Revision: 81032
          http://trac.macports.org/changeset/81032
Author:   rmstonecipher at macports.org
Date:     2011-07-23 15:53:39 -0700 (Sat, 23 Jul 2011)
Log Message:
-----------
www/elinks-devel change configure.compiler to clang if it is set to llvm-gcc-4.2 to allow building on 10.7

Modified Paths:
--------------
    trunk/dports/www/elinks-devel/Portfile

Modified: trunk/dports/www/elinks-devel/Portfile
===================================================================
--- trunk/dports/www/elinks-devel/Portfile	2011-07-23 22:13:40 UTC (rev 81031)
+++ trunk/dports/www/elinks-devel/Portfile	2011-07-23 22:53:39 UTC (rev 81032)
@@ -82,6 +82,10 @@
 
 use_parallel_build  no
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+   configure.compiler clang
+}
+
 variant colors description {Enable support for 88/256 colors and True color} {
     configure.args-append \
         --enable-256-colors \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110723/0749b37c/attachment.html>


More information about the macports-changes mailing list