summaryrefslogtreecommitdiff
path: root/package/harfbuzz/patches/patch-src_harfbuzz_pc_in
diff options
context:
space:
mode:
Diffstat (limited to 'package/harfbuzz/patches/patch-src_harfbuzz_pc_in')
-rw-r--r--package/harfbuzz/patches/patch-src_harfbuzz_pc_in18
1 files changed, 18 insertions, 0 deletions
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