[96855] trunk/dports/www/webkit-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 19 22:30:09 PDT 2012


Revision: 96855
          https://trac.macports.org/changeset/96855
Author:   jeremyhu at macports.org
Date:     2012-08-19 22:30:09 -0700 (Sun, 19 Aug 2012)
Log Message:
-----------
webkit-gtk: Don't build with webgl support for quartz

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-08-20 05:26:04 UTC (rev 96854)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-08-20 05:30:09 UTC (rev 96855)
@@ -154,7 +154,12 @@
 # see bug #24622
 variant quartz {
     configure.args-append --with-target=quartz
-    depends_lib-delete port:xorg-libXt
+
+    # TODO: See if this will build with OpenGL.framework
+    configure.args-delete --enable-webgl
+    depends_lib-delete \
+        port:mesa \
+        port:xorg-libXt
 }
 
 variant pango description {Use the pango font backend instead of freetype} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120819/48a293c7/attachment.html>


More information about the macports-changes mailing list