diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 20:45:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 20:48:22 +0200 |
commit | ec04b8098c278ce7a0896f9e3b46b4cb7085cc0c (patch) | |
tree | 91620668f5d7a4a937d1e2183a3e213eba9ca931 | |
parent | c90431d77b223578507c5d03d8be333449f6091c (diff) |
harfbuzz: add patch
-rw-r--r-- | package/harfbuzz/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/harfbuzz/patches/patch-Makefile_in b/package/harfbuzz/patches/patch-Makefile_in new file mode 100644 index 000000000..9ef495e70 --- /dev/null +++ b/package/harfbuzz/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- harfbuzz-1.2.3.orig/Makefile.in 2016-02-25 04:26:05.967296536 +0100 ++++ harfbuzz-1.2.3/Makefile.in 2016-04-03 19:27:12.062508784 +0200 +@@ -373,7 +373,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + NULL = + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = src util test docs win32 ++SUBDIRS = src + EXTRA_DIST = \ + autogen.sh \ + harfbuzz.doap \ |