Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ebview/files: 0.3.6-remove-deprecated-gtk.patch
Date: Wed, 09 Jan 2008 15:22:08
Message-Id: E1JCckn-0000uI-L6@stork.gentoo.org
1 armin76 08/01/09 15:22:05
2
3 Added: 0.3.6-remove-deprecated-gtk.patch
4 Log:
5 Add patch to fix building with gtk-2.12
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.1 app-dicts/ebview/files/0.3.6-remove-deprecated-gtk.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/files/0.3.6-remove-deprecated-gtk.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ebview/files/0.3.6-remove-deprecated-gtk.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.3.6-remove-deprecated-gtk.patch
15 ===================================================================
16 --- src/ebview.c.orig 2008-01-09 16:13:32.000000000 +0100
17 +++ src/ebview.c 2008-01-09 16:13:05.000000000 +0100
18 @@ -15,7 +15,7 @@
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 */
21
22 -#define GTK_DISABLE_DEPRECATED 1
23 +//#define GTK_DISABLE_DEPRECATED 1
24
25 #define _GLOBAL
26 #include <signal.h>
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list