diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 20:46:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 20:48:22 +0200 |
commit | 718713ef32aa4f6354ef951a16bb2cfbc0761913 (patch) | |
tree | 05bd3e45ca86c5feb44e22cf761624510ef9d66a | |
parent | ec04b8098c278ce7a0896f9e3b46b4cb7085cc0c (diff) |
gdk-pixbuf: add patch
-rw-r--r-- | package/gdk-pixbuf/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gdk-pixbuf/patches/patch-Makefile_in b/package/gdk-pixbuf/patches/patch-Makefile_in new file mode 100644 index 000000000..dc5e3a98f --- /dev/null +++ b/package/gdk-pixbuf/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- gdk-pixbuf-2.34.0.orig/Makefile.in 2016-03-24 20:17:33.000000000 +0100 ++++ gdk-pixbuf-2.34.0/Makefile.in 2016-04-04 01:04:57.039201579 +0200 +@@ -448,7 +448,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = gdk-pixbuf po docs tests contrib build ++SUBDIRS = gdk-pixbuf contrib build + EXTRA_DIST = \ + config.h.win32 \ + glib-tap.mk \ |