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

jeremyhu at macports.org jeremyhu at macports.org
Mon May 16 13:29:39 PDT 2016


Revision: 148745
          https://trac.macports.org/changeset/148745
Author:   jeremyhu at macports.org
Date:     2016-05-16 13:29:39 -0700 (Mon, 16 May 2016)
Log Message:
-----------
webkit-gtk: Fix build failure (#51406)

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

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/RenderThemeGtk2-toRenderBox.patch

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2016-05-16 16:20:26 UTC (rev 148744)
+++ trunk/dports/www/webkit-gtk/Portfile	2016-05-16 20:29:39 UTC (rev 148745)
@@ -62,6 +62,7 @@
 # leopard-malloc.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
 # leopard-platform.patch: https://bugs.webkit.org/show_bug.cgi?id=140143
 # remove-cf-available.patch: https://trac.macports.org/ticket/49849
+# RenderThemeGtk2-toRenderBox.patch: https://trac.macports.org/ticket/51406
 
 patchfiles          clang-assertions.patch \
                     case-insensitive.patch \
@@ -72,7 +73,8 @@
                     leopard-platform.patch \
                     leopard-malloc.patch \
                     libedit.patch \
-                    remove-cf-available.patch
+                    remove-cf-available.patch \
+                    RenderThemeGtk2-toRenderBox.patch
 
 conflicts_build     google-test
 

Added: trunk/dports/www/webkit-gtk/files/RenderThemeGtk2-toRenderBox.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/RenderThemeGtk2-toRenderBox.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/RenderThemeGtk2-toRenderBox.patch	2016-05-16 20:29:39 UTC (rev 148745)
@@ -0,0 +1,11 @@
+diff -purN Source/WebCore/platform/gtk/RenderThemeGtk2.cpp.orig Source/WebCore/platform/gtk/RenderThemeGtk2.cpp
+--- Source/WebCore/platform/gtk/RenderThemeGtk2.cpp.orig  2016-03-14 08:09:01.000000000 +0100
++++ Source/WebCore/platform/gtk/RenderThemeGtk2.cpp  2016-04-10 19:43:00.215345381 +0200
+@@ -40,6 +40,7 @@
+ #include "PaintInfo.h"
+ #include "PlatformContextCairo.h"
+ #include "RenderElement.h"
++#include "RenderBox.h"
+ #include "TextDirection.h"
+ #include "UserAgentStyleSheets.h"
+ #include "WidgetRenderingContext.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160516/bb74a765/attachment.html>


More information about the macports-changes mailing list