summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp')
-rw-r--r--www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp b/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp
new file mode 100644
index 000000000..36eacde43
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp
@@ -0,0 +1,14 @@
+--- Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp.orig 2013-12-08 21:05:19.000000000 +0100
++++ Source/WebCore/platform/graphics/harfbuzz/HarfBuzzFaceCairo.cpp 2013-12-08 21:06:51.000000000 +0100
+@@ -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>
+