diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-10 19:03:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-10 19:03:11 +0100 |
commit | 713dc7012af249b7102faabb27e0fe88ea39be57 (patch) | |
tree | 2626b2aa8f2ebb6e6c314ccdba45d7668ed122fd /package/gtk+/patches/patch-Makefile_in | |
parent | da5c3b1c8535d8f8455b5283ddaf5c38b45d477e (diff) |
fix make bulk on OpenADK buildserver
Diffstat (limited to 'package/gtk+/patches/patch-Makefile_in')
-rw-r--r-- | package/gtk+/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gtk+/patches/patch-Makefile_in b/package/gtk+/patches/patch-Makefile_in new file mode 100644 index 000000000..2303be5c0 --- /dev/null +++ b/package/gtk+/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- gtk+-2.24.6.orig/Makefile.in 2011-08-30 22:23:21.000000000 +0200 ++++ gtk+-2.24.6/Makefile.in 2011-11-08 18:27:10.745082865 +0100 +@@ -459,7 +459,7 @@ XVFB_START = \ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SRC_SUBDIRS = gdk gtk modules demos tests perf ++SRC_SUBDIRS = gdk gtk modules tests perf + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build + + # require automake 1.4 |