summaryrefslogtreecommitdiff
path: root/package/harfbuzz/patches/patch-src_harfbuzz_pc_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-03-03 06:56:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-03-03 07:00:55 +0100
commitbd091932f757bb2f7b4eac4068e5b1d9d25fd13b (patch)
tree42d452550f4e10c3d5f08e32865b3f61488645d8 /package/harfbuzz/patches/patch-src_harfbuzz_pc_in
parent92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (diff)
remove midori, it needs libpeas, which needs gobject-introspection
I am not able to cross-compile gobject-introspection and not ever willing to try it again. It's a mess. Update all packages required on the way to midori, which now will be removed. sorry.
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, 0 insertions, 18 deletions
diff --git a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in b/package/harfbuzz/patches/patch-src_harfbuzz_pc_in
deleted file mode 100644
index 291829515..000000000
--- a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in
+++ /dev/null
@@ -1,18 +0,0 @@
---- harfbuzz-1.2.3.orig/src/harfbuzz.pc.in 2016-01-06 13:00:36.113138042 +0100
-+++ harfbuzz-1.2.3/src/harfbuzz.pc.in 2016-03-12 21:55:46.457327612 +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