diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-24 15:46:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-24 19:58:04 +0200 |
commit | df4148e45a128bbc99879c002ee86dc9c6ac41c1 (patch) | |
tree | 706d2677065e820cf505b2620782f9383bd05125 /package/harfbuzz/patches | |
parent | 788488aa2cbd7e4776bb59b93cc8cf11f903652f (diff) |
harfbuzz: update to latest stable version
Diffstat (limited to 'package/harfbuzz/patches')
-rw-r--r-- | package/harfbuzz/patches/patch-configure_ac | 15 | ||||
-rw-r--r-- | package/harfbuzz/patches/patch-src_harfbuzz_pc_in | 16 |
2 files changed, 0 insertions, 31 deletions
diff --git a/package/harfbuzz/patches/patch-configure_ac b/package/harfbuzz/patches/patch-configure_ac deleted file mode 100644 index 33de94a12..000000000 --- a/package/harfbuzz/patches/patch-configure_ac +++ /dev/null @@ -1,15 +0,0 @@ ---- harfbuzz-0.9.28.orig/configure.ac 2014-04-28 23:30:44.308730444 +0200 -+++ harfbuzz-0.9.28/configure.ac 2014-06-22 19:41:33.532833719 +0200 -@@ -417,12 +417,6 @@ src/Makefile - src/hb-version.h - src/hb-ucdn/Makefile - util/Makefile --test/Makefile --test/api/Makefile --test/shaping/Makefile --docs/Makefile --docs/reference/Makefile --docs/reference/version.xml - ]) - - AC_OUTPUT 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 90b2faf8f..000000000 --- a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in +++ /dev/null @@ -1,16 +0,0 @@ ---- 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 |