Revision
80059
Author
jeremyhu@macports.org
Date
2011-07-03 09:59:16 -0700 (Sun, 03 Jul 2011)

Log Message

webkit-gtk: Fall back to llvm-gcc over clang for now

Dev timeout

Modified Paths

Diff

Modified: trunk/dports/www/webkit-gtk/Portfile (80058 => 80059)


--- trunk/dports/www/webkit-gtk/Portfile	2011-07-03 16:38:02 UTC (rev 80058)
+++ trunk/dports/www/webkit-gtk/Portfile	2011-07-03 16:59:16 UTC (rev 80059)
@@ -44,6 +44,12 @@
         --enable-jit=no \
         --enable-introspection=no
 
+# BUILD FIX TODO:
+# clang has trouble with webkit-1.4.1's C++ as of 2011.06.28
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2 
+}
+
 post-patch {
     reinplace "s|-licucore|-licui18n -licuuc|" ${worksrcpath}/configure
     reinplace "s|@@CPP@@|${configure.cpp}|" ${worksrcpath}/GNUmakefile.in