diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 07:18:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 07:18:35 +0800 |
commit | 4f04ea5e29484fba3851f06fb4f76980c4fa38a0 (patch) | |
tree | d44847ee7fa7519da3c93c5f7c640f17a99eec73 /x11-toolkits/gtk30/files/patch-Makefile.in | |
parent | 92dbdecb02aab3f84e56d6f777164d247e49278c (diff) | |
download | marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar.gz marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar.bz2 marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar.lz marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar.xz marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.tar.zst marcuscom-ports-4f04ea5e29484fba3851f06fb4f76980c4fa38a0.zip |
Say hello to Gtk+ 2.90.1. Second release on the way to Gtk+ 3.0.
Take the oppertunity to get rid of patch-[a-z][a-z] patches.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14140 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-Makefile.in')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in new file mode 100644 index 000000000..4160988be --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2010-05-11 11:41:33.000000000 +0200 ++++ Makefile.in 2010-05-11 11:42:30.000000000 +0200 +@@ -471,7 +471,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 build + AUTOMAKE_OPTIONS = 1.7 + ACLOCAL_AMFLAGS = -I m4 |