diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 18:28:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 18:28:24 +0200 |
commit | 72b4ecd972cbade303cf7cf69986183a10feb118 (patch) | |
tree | 5bd4eec4af600aa631b0f523b9067855c8e60a4b /package/harfbuzz/patches/patch-src_harfbuzz_pc_in | |
parent | 4340ac5371121ab2adb2dc53414c2348506cac73 (diff) |
fix host compile of librsvg, required for midori
Diffstat (limited to 'package/harfbuzz/patches/patch-src_harfbuzz_pc_in')
-rw-r--r-- | package/harfbuzz/patches/patch-src_harfbuzz_pc_in | 16 |
1 files changed, 16 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..90b2faf8f --- /dev/null +++ b/package/harfbuzz/patches/patch-src_harfbuzz_pc_in @@ -0,0 +1,16 @@ +--- harfbuzz-0.9.28.orig/src/harfbuzz.pc.in 2013-10-28 00:45:25.000000000 +0100 ++++ harfbuzz-0.9.28/src/harfbuzz.pc.in 2014-05-23 18:08:04.000000000 +0200 +@@ -1,11 +1,8 @@ + prefix=%prefix% +-exec_prefix=%exec_prefix% +-libdir=%libdir% +-includedir=%includedir% + + Name: harfbuzz + Description: HarfBuzz text shaping library + Version: %VERSION% + +-Libs: -L${libdir} -lharfbuzz +-Cflags: -I${includedir}/harfbuzz ++Libs: -L${prefix}/lib -lharfbuzz ++Cflags: -I${prefix}/include/harfbuzz |