diff options
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-Makefile.in')
-rw-r--r-- | x11-toolkits/gtk20/files/patch-Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in index 307fd6fc2f77..f2ac7216d525 100644 --- a/x11-toolkits/gtk20/files/patch-Makefile.in +++ b/x11-toolkits/gtk20/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Wed Aug 3 18:09:32 2005 -+++ Makefile.in Wed Aug 3 18:10:01 2005 -@@ -288,7 +288,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +--- Makefile.in.orig 2010-06-27 12:13:41.000000000 +0200 ++++ Makefile.in 2010-06-27 12:14:23.000000000 +0200 +@@ -456,7 +456,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY --SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib -+SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos perf contrib - SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros +-SRC_SUBDIRS = gdk gtk modules demos tests perf ++SRC_SUBDIRS = gdk gtk modules demos perf + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build # require automake 1.4 |