diff options
Diffstat (limited to 'www/webkit-gtk2')
-rw-r--r-- | www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index 36eacde43..000000000 --- a/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_harfbuzz_HarfBuzzFaceCairo.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- 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> - |