diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-10 13:04:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-10 13:04:51 +0000 |
commit | 201c5b68197ba2cb2e99ee54a1ee3281aee7dd4c (patch) | |
tree | 3d067ff8289c02482f39411079d006d3bf16521f /main/webkitgtk/harfbuzz.patch | |
parent | edb66631228cdeb947259df83d8c33be28971118 (diff) | |
download | aports-201c5b68197ba2cb2e99ee54a1ee3281aee7dd4c.tar.bz2 aports-201c5b68197ba2cb2e99ee54a1ee3281aee7dd4c.tar.xz |
main/webkitgtk: upgrade to 2.0.2
Diffstat (limited to 'main/webkitgtk/harfbuzz.patch')
-rw-r--r-- | main/webkitgtk/harfbuzz.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/webkitgtk/harfbuzz.patch b/main/webkitgtk/harfbuzz.patch new file mode 100644 index 0000000000..c334fe877f --- /dev/null +++ b/main/webkitgtk/harfbuzz.patch @@ -0,0 +1,16 @@ +--- ./Source/autotools/FindDependencies.m4.orig 2013-06-10 12:31:46.700819390 +0000 ++++ ./Source/autotools/FindDependencies.m4 2013-06-10 12:32:15.101112741 +0000 +@@ -373,6 +373,13 @@ + PKG_CHECK_MODULES([FREETYPE], + [cairo-ft fontconfig >= fontconfig_required_version freetype2 >= freetype2_required_version harfbuzz >= harfbuzz_required_version]) + fi ++# HarfBuzz 0.9.18 splits harbuzz-icu into a separate library. ++# Since we support earlier HarfBuzz versions we keep this conditional by now. ++if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz ; then ++ PKG_CHECK_MODULES(HARFBUZZ_ICU, harfbuzz-icu >= $harfbuzz_required_version) ++ FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS" ++ FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS" ++fi + AC_SUBST([FREETYPE_CFLAGS]) + AC_SUBST([FREETYPE_LIBS]) + |