Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gtkhtml/files: gtkhtml-3.12.3-allow-deprecated.patch
Date: Wed, 01 Oct 2008 12:42:55
Message-Id: E1Kl12a-0007Bg-Hj@stork.gentoo.org
1 loki_val 08/10/01 12:42:52
2
3 Modified: gtkhtml-3.12.3-allow-deprecated.patch
4 Log:
5 Update allow-deprecated patch to play nice with gtk-2.14.3.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.2 gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch?r1=1.1&r2=1.2
14
15 Index: gtkhtml-3.12.3-allow-deprecated.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gtkhtml-3.12.3-allow-deprecated.patch 5 Mar 2008 00:59:56 -0000 1.1
22 +++ gtkhtml-3.12.3-allow-deprecated.patch 1 Oct 2008 12:42:52 -0000 1.2
23 @@ -6,7 +6,7 @@
24 INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
25
26 -AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
27 -+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
28 ++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
29
30 noinst_LTLIBRARIES = libgtkhtml-a11y.la
31
32 @@ -18,7 +18,7 @@
33 END =
34 INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
35 -AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
36 -+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
37 ++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
38 noinst_LTLIBRARIES = libgtkhtml-a11y.la
39 libgtkhtml_a11y_la_SOURCES = \
40 cell.h \