diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-09 04:14:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-09 04:14:25 +0800 |
commit | 88b85221c9ad4c3f1c54d624b2c498270617c7eb (patch) | |
tree | f58fc5adad18104e67a24fccbc6f2b3acef38aa7 | |
parent | 37b48d503845061d0b5dcdede637dac643e175dc (diff) | |
download | marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar.gz marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar.bz2 marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar.lz marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar.xz marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.tar.zst marcuscom-ports-88b85221c9ad4c3f1c54d624b2c498270617c7eb.zip |
Add patches to fix the build with freetype 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18946 df743ca5-7f9a-e211-a948-0013205c9059
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> + |