diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-10 06:25:02 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-10 06:25:02 +0800 |
commit | 4e74a00458c7dfb86f3605d70d8241ece7b47e3b (patch) | |
tree | ea038f6bc519c6d50c6ad41e82a6f547b14b6996 /www | |
parent | 88b85221c9ad4c3f1c54d624b2c498270617c7eb (diff) | |
download | marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar.gz marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar.bz2 marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar.lz marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar.xz marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.tar.zst marcuscom-ports-4e74a00458c7dfb86f3605d70d8241ece7b47e3b.zip |
Was in a rush, this patch doesn't apply to the old version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18953 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-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> - |