Revision: 87354 http://trac.macports.org/changeset/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: -------------- 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
participants (1)
-
rmstonecipher@macports.org