diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-19 08:02:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-19 08:11:37 +0000 |
commit | 19eb1c1b5f38b54e053a922785f91a57d54b97e1 (patch) | |
tree | bae8981c8eb706a0496ed088e0ac9afa201048e8 /unmaintained/webkitgtk/harfbuzz.patch | |
parent | 102a033b2f324f0112de4486d2ac9baf0c7ac7cc (diff) | |
download | aports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.bz2 aports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.xz |
unmaintained/webkitgtk: move from comunity
packages should use webkit2gtk instead
Diffstat (limited to 'unmaintained/webkitgtk/harfbuzz.patch')
-rw-r--r-- | unmaintained/webkitgtk/harfbuzz.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unmaintained/webkitgtk/harfbuzz.patch b/unmaintained/webkitgtk/harfbuzz.patch new file mode 100644 index 0000000000..c334fe877f --- /dev/null +++ b/unmaintained/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]) + |