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

devans at macports.org devans at macports.org
Fri Nov 29 06:40:17 PST 2013


Revision: 114103
          https://trac.macports.org/changeset/114103
Author:   devans at macports.org
Date:     2013-11-29 06:40:17 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
webkit-gtk: fix freetype includes to prevent build failure after upgrade to freetype 2.5.1, #41593.

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

Added Paths:
-----------
    trunk/dports/www/webkit-gtk/files/patch-freetype-includes.diff

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-11-29 14:34:27 UTC (rev 114102)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-11-29 14:40:17 UTC (rev 114103)
@@ -64,7 +64,8 @@
         ListableHandler.patch \
         ppc.patch \
         tiger.patch \
-        quartz-webcore.patch
+        quartz-webcore.patch \
+        patch-freetype-includes.diff
 
 conflicts_build     google-test
 

Added: trunk/dports/www/webkit-gtk/files/patch-freetype-includes.diff
===================================================================
--- trunk/dports/www/webkit-gtk/files/patch-freetype-includes.diff	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/patch-freetype-includes.diff	2013-11-29 14:40:17 UTC (rev 114103)
@@ -0,0 +1,14 @@
+--- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp	2013-02-12 08:22:45.000000000 -0800
++++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp.orig	2013-11-28 23:57:49.000000000 -0800
+@@ -39,8 +39,9 @@
+ #include "TextEncoding.h"
+ #include <cairo-ft.h>
+ #include <cairo.h>
+-#include <freetype/freetype.h>
+-#include <freetype/tttables.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
++#include FT_TRUETYPE_TABLES_H
+ #include <hb.h>
+ #include <wtf/text/CString.h>
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131129/2fb2b66a/attachment.html>


More information about the macports-changes mailing list