[92131] trunk/dports/www/webkit-gtk

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 19 09:41:47 PDT 2012


Revision: 92131
          https://trac.macports.org/changeset/92131
Author:   jeremyhu at macports.org
Date:     2012-04-19 09:41:47 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
webkit-gtk: Don't check for xrender in the +quartz variant (#34086)

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

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/xrender-check.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-04-19 16:37:08 UTC (rev 92130)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-04-19 16:41:47 UTC (rev 92131)
@@ -40,6 +40,7 @@
 patchfiles \
         case-insensitive.patch \
         our-icu.patch \
+        xrender-check.patch \
         glib-2.32.patch
 
 configure.args	\

Added: trunk/dports/www/webkit-gtk/files/xrender-check.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/xrender-check.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/xrender-check.patch	2012-04-19 16:41:47 UTC (rev 92131)
@@ -0,0 +1,11 @@
+--- configure.orig	2012-04-18 17:55:13.000000000 -0500
++++ configure	2012-04-18 17:56:11.000000000 -0500
+@@ -22086,7 +22086,7 @@
+ 
+ # check for XRender under Linux/Unix. Some linkers require explicit
+ # linkage (like GNU Gold), so we cannot rely on GTK+ pulling XRender
+-if test "$os_win32" = "no"; then
++if test "$with_target" = "x11"; then
+ 
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRENDER" >&5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120419/6a156ed6/attachment.html>


More information about the macports-changes mailing list