diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-25 11:28:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-25 11:28:25 +0100 |
commit | 2b35aea349b2c791bfb16aa2c505011859fa990a (patch) | |
tree | f24b17c407451d5be1de78fd716f8f5d85dbbf71 /package/pango/patches | |
parent | 72084deb9ae2b71132fcadb7fa7a0da2e45cdf6f (diff) |
fix pango compile, update to latest. reported by oliver
Diffstat (limited to 'package/pango/patches')
-rw-r--r-- | package/pango/patches/patch-Makefile_am | 10 | ||||
-rw-r--r-- | package/pango/patches/patch-Makefile_in | 11 |
2 files changed, 10 insertions, 11 deletions
diff --git a/package/pango/patches/patch-Makefile_am b/package/pango/patches/patch-Makefile_am new file mode 100644 index 000000000..d7240f677 --- /dev/null +++ b/package/pango/patches/patch-Makefile_am @@ -0,0 +1,10 @@ +--- pango-1.38.1.orig/Makefile.am 2015-04-15 19:37:43.000000000 +0200 ++++ pango-1.38.1/Makefile.am 2015-10-25 11:08:45.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango pango-view examples docs tools tests build ++SUBDIRS= pango pango-view tools build + + EXTRA_DIST = \ + autogen.sh \ diff --git a/package/pango/patches/patch-Makefile_in b/package/pango/patches/patch-Makefile_in deleted file mode 100644 index 6c1d80129..000000000 --- a/package/pango/patches/patch-Makefile_in +++ /dev/null @@ -1,11 +0,0 @@ ---- pango-1.36.3.orig/Makefile.in 2014-03-18 02:02:20.000000000 +0100 -+++ pango-1.36.3/Makefile.in 2014-06-24 21:04:26.640904774 +0200 -@@ -418,7 +418,7 @@ target_alias = @target_alias@ - top_build_prefix = @top_build_prefix@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = pango modules pango-view examples docs tools tests build -+SUBDIRS = pango modules pango-view examples docs tools build - EXTRA_DIST = \ - autogen.sh \ - pango.pc.in \ |