From 2b35aea349b2c791bfb16aa2c505011859fa990a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Oct 2015 11:28:25 +0100 Subject: fix pango compile, update to latest. reported by oliver --- package/harfbuzz/patches/patch-src_harfbuzz_pc_in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/harfbuzz/patches/patch-src_harfbuzz_pc_in (limited to 'package/harfbuzz/patches/patch-src_harfbuzz_pc_in') diff --git a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in b/package/harfbuzz/patches/patch-src_harfbuzz_pc_in new file mode 100644 index 000000000..2c5697bfe --- /dev/null +++ b/package/harfbuzz/patches/patch-src_harfbuzz_pc_in @@ -0,0 +1,18 @@ +--- harfbuzz-1.0.6.orig/src/harfbuzz.pc.in 2015-08-11 12:47:09.000000000 +0200 ++++ harfbuzz-1.0.6/src/harfbuzz.pc.in 2015-10-25 10:54:18.000000000 +0100 +@@ -1,13 +1,10 @@ + prefix=%prefix% +-exec_prefix=%exec_prefix% +-libdir=%libdir% +-includedir=%includedir% + + Name: harfbuzz + Description: HarfBuzz text shaping library + Version: %VERSION% + +-Libs: -L${libdir} -lharfbuzz ++Libs: -L${prefix}/lib -lharfbuzz + Libs.private: %libs_private% + Requires.private: %requires_private% +-Cflags: -I${includedir}/harfbuzz ++Cflags: -I${prefix}/include/harfbuzz -- cgit v1.2.3