[87354] trunk/dports/gnome/anjuta/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Thu Nov 17 16:44:07 PST 2011


Revision: 87354
          http://trac.macports.org/changeset/87354
Author:   rmstonecipher at macports.org
Date:     2011-11-17 16:44:04 -0800 (Thu, 17 Nov 2011)
Log Message:
-----------
gnome/anjuta changed compiler from clang (if clang) to llvm-gcc-4.2  to allow +universal building

Modified Paths:
--------------
    trunk/dports/gnome/anjuta/Portfile

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2011-11-17 22:39:25 UTC (rev 87353)
+++ trunk/dports/gnome/anjuta/Portfile	2011-11-18 00:44:04 UTC (rev 87354)
@@ -49,6 +49,10 @@
                 --disable-plugin-sourceview \
                 --disable-plugin-subversion
 
+if {${configure.compiler} == "clang"} { 
+    configure.compiler llvm-gcc-4.2 
+}
+
 variant devhelp description {Enable devhelp plugin support} {
                 configure.args-delete   --disable-plugin-devhelp
                 depends_lib-append      port:devhelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111117/09e80b26/attachment.html>


More information about the macports-changes mailing list