summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2011-08-31 14:44:15 +0000
committerSebastian Pipping <sping@gentoo.org>2011-08-31 14:44:15 +0000
commit61eb12ee4f21a89f66c98893bd517764f9ddcb79 (patch)
tree66cfbf3629df9ae6adf81e3da558f6b11d591c3f /media-gfx/gimp/files
parentVersion Bump (diff)
downloadgentoo-2-61eb12ee4f21a89f66c98893bd517764f9ddcb79.tar.gz
gentoo-2-61eb12ee4f21a89f66c98893bd517764f9ddcb79.tar.bz2
gentoo-2-61eb12ee4f21a89f66c98893bd517764f9ddcb79.zip
media-gfx/gimp: Bump to 2.7.3 (bug #283152)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gimp/files')
-rw-r--r--media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch b/media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch
new file mode 100644
index 000000000000..fc1e8db16702
--- /dev/null
+++ b/media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch
@@ -0,0 +1,13 @@
+--- configure.ac 2011-08-31 15:44:57.123536234 +0200
++++ configure.ac 2011-08-31 15:45:38.693016544 +0200
+@@ -1940,10 +1940,6 @@
+ # We must build without problems with future releases of libraries
+ # and disabling deprecated API risks breaking the build
+
+-if test "x$have_glib_2_32" != "xyes"; then
+- CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED"
+-fi
+-
+ if test "x$have_gtk_2_26" != "xyes"; then
+ CPPFLAGS="${CPPFLAGS} -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+ fi