From 72b4ecd972cbade303cf7cf69986183a10feb118 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 18:28:03 +0200 Subject: fix host compile of librsvg, required for midori --- package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in (limited to 'package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in') diff --git a/package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in b/package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in new file mode 100644 index 000000000..8cb50339d --- /dev/null +++ b/package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in @@ -0,0 +1,18 @@ +--- harfbuzz-0.9.28.orig/src/harfbuzz-icu.pc.in 2013-10-28 00:45:25.000000000 +0100 ++++ harfbuzz-0.9.28/src/harfbuzz-icu.pc.in 2014-05-23 18:08:32.000000000 +0200 +@@ -1,7 +1,4 @@ + prefix=%prefix% +-exec_prefix=%exec_prefix% +-libdir=%libdir% +-includedir=%includedir% + + Name: harfbuzz + Description: HarfBuzz text shaping library ICU integration +@@ -9,5 +6,5 @@ Version: %VERSION% + + Requires: harfbuzz + Requires.private: icu-uc +-Libs: -L${libdir} -lharfbuzz-icu +-Cflags: -I${includedir}/harfbuzz ++Libs: -L${prefix}/lib -lharfbuzz-icu ++Cflags: -I${prefix}/include/harfbuzz -- cgit v1.2.3