Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp/files: gimp-2.7.3-glib-2.29.patch
Date: Wed, 31 Aug 2011 14:44:26
Message-Id: 20110831144415.3FED520051@flycatcher.gentoo.org
1 sping 11/08/31 14:44:15
2
3 Added: gimp-2.7.3-glib-2.29.patch
4 Log:
5 media-gfx/gimp: Bump to 2.7.3 (bug #283152)
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/files/gimp-2.7.3-glib-2.29.patch?rev=1.1&content-type=text/plain
14
15 Index: gimp-2.7.3-glib-2.29.patch
16 ===================================================================
17 --- configure.ac 2011-08-31 15:44:57.123536234 +0200
18 +++ configure.ac 2011-08-31 15:45:38.693016544 +0200
19 @@ -1940,10 +1940,6 @@
20 # We must build without problems with future releases of libraries
21 # and disabling deprecated API risks breaking the build
22
23 -if test "x$have_glib_2_32" != "xyes"; then
24 - CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED"
25 -fi
26 -
27 if test "x$have_gtk_2_26" != "xyes"; then
28 CPPFLAGS="${CPPFLAGS} -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
29 fi