diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 14:34:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 14:34:49 +0200 |
commit | ca7d395c2c8be2bebebc46ab8ca55a808a00a9fd (patch) | |
tree | 69ec55341f2f9d8d84cf0fcad81dfcda0d58e5f6 /package/pango | |
parent | 81e6aeab7f2760eae093cbad02688d40058d2825 (diff) |
add patch
Diffstat (limited to 'package/pango')
-rw-r--r-- | package/pango/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/pango/patches/patch-Makefile_in b/package/pango/patches/patch-Makefile_in new file mode 100644 index 000000000..6c1d80129 --- /dev/null +++ b/package/pango/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- 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 \ |