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 /graphics/gdk-pixbuf2/files/patch-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 'graphics/gdk-pixbuf2/files/patch-Makefile.in')
-rw-r--r-- | graphics/gdk-pixbuf2/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gdk-pixbuf2/files/patch-Makefile.in b/graphics/gdk-pixbuf2/files/patch-Makefile.in index 0b95cf6c7e6e..9edf33b7320f 100644 --- a/graphics/gdk-pixbuf2/files/patch-Makefile.in +++ b/graphics/gdk-pixbuf2/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2010-06-27 12:20:54.000000000 +0200 -+++ Makefile.in 2010-06-27 12:21:04.000000000 +0200 -@@ -362,7 +362,7 @@ +--- Makefile.in.orig 2011-03-05 19:46:49.000000000 +0000 ++++ Makefile.in 2011-03-05 22:19:01.000000000 +0000 +@@ -371,7 +371,7 @@ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ && DISPLAY=:$$XID && export DISPLAY --SUBDIRS = gdk-pixbuf po docs tests contrib -+SUBDIRS = gdk-pixbuf po tests contrib +-SUBDIRS = gdk-pixbuf po docs tests contrib build ++SUBDIRS = gdk-pixbuf po contrib build pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = gdk-pixbuf-2.0.pc - ACLOCAL_AMFLAGS = -I m4 + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |