diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-30 09:20:22 +0000 |
commit | 0b743289fc32232ef4026a42f720186d8ae7c899 (patch) | |
tree | 1d1222f6f025fbba9f6a7bc42cf1bd0545242e55 /x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in | |
parent | Remove the last few gir-repository ports. They aren't used anywhere. (diff) |
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in new file mode 100644 index 000000000000..a9d1d5f214c3 --- /dev/null +++ b/x11-toolkits/gtk30/files/patch-docs_reference_Makefile.in @@ -0,0 +1,11 @@ +--- docs/reference/Makefile.in.orig 2010-06-27 12:22:03.000000000 +0200 ++++ docs/reference/Makefile.in 2010-06-27 12:22:37.000000000 +0200 +@@ -354,7 +354,7 @@ + || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ + && DISPLAY=:$$XID && export DISPLAY + +-SUBDIRS = gdk gtk libgail-util ++SUBDIRS = #gdk gtk libgail-util + GITIGNOREFILES = */*.1 + all: all-recursive + |