diff options
Diffstat (limited to 'www')
2 files changed, 28 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp b/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp new file mode 100644 index 000000000..36eacde43 --- /dev/null +++ b/www/webkit-gtk2/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> + 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> + |