aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkitgtk/harfbuzz.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-29 14:04:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-29 15:18:02 +0000
commita133c34a27ac6f3dcbb42fd85ecff5b630a9492d (patch)
treefd9ba94ac6aea90b9c52a0e2ed056518b7c104ac /community/webkitgtk/harfbuzz.patch
parent5b29914c9f9e63776952405511dc69c91c78adf5 (diff)
downloadaports-a133c34a27ac6f3dcbb42fd85ecff5b630a9492d.tar.bz2
aports-a133c34a27ac6f3dcbb42fd85ecff5b630a9492d.tar.xz
community/webkitgtk: move from main
Diffstat (limited to 'community/webkitgtk/harfbuzz.patch')
-rw-r--r--community/webkitgtk/harfbuzz.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/webkitgtk/harfbuzz.patch b/community/webkitgtk/harfbuzz.patch
new file mode 100644
index 0000000000..c334fe877f
--- /dev/null
+++ b/community/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])
+