Revision
87354
Author
rmstonecipher@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

Diff

Modified: trunk/dports/gnome/anjuta/Portfile (87353 => 87354)


--- 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