[114102] users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/ patch-freetype-includes.diff

devans at macports.org devans at macports.org
Fri Nov 29 06:34:27 PST 2013


Revision: 114102
          https://trac.macports.org/changeset/114102
Author:   devans at macports.org
Date:     2013-11-29 06:34:27 -0800 (Fri, 29 Nov 2013)
Log Message:
-----------
GNOME-3/stable/dports: webkit-gtk, fix freetype includes as recommended by freetype, #41593.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff

Modified: users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff	2013-11-29 08:14:40 UTC (rev 114101)
+++ users/devans/GNOME-3/stable/dports/www/webkit-gtk/files/patch-freetype-includes.diff	2013-11-29 14:34:27 UTC (rev 114102)
@@ -1,13 +1,14 @@
---- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp.orig	2013-11-28 09:11:39.000000000 -0800
-+++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp	2013-11-28 09:12:14.000000000 -0800
-@@ -39,8 +39,8 @@
+--- 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 <freetype2/freetype.h>
-+#include <freetype2/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/e69abd96/attachment-0001.html>


More information about the macports-changes mailing list