aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkitgtk/harfbuzz.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-19 08:11:37 +0000
commit19eb1c1b5f38b54e053a922785f91a57d54b97e1 (patch)
treebae8981c8eb706a0496ed088e0ac9afa201048e8 /community/webkitgtk/harfbuzz.patch
parent102a033b2f324f0112de4486d2ac9baf0c7ac7cc (diff)
downloadaports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.bz2
aports-19eb1c1b5f38b54e053a922785f91a57d54b97e1.tar.xz
unmaintained/webkitgtk: move from comunity
packages should use webkit2gtk instead
Diffstat (limited to 'community/webkitgtk/harfbuzz.patch')
-rw-r--r--community/webkitgtk/harfbuzz.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/webkitgtk/harfbuzz.patch b/community/webkitgtk/harfbuzz.patch
deleted file mode 100644
index c334fe877f..0000000000
--- a/community/webkitgtk/harfbuzz.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./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])
-