summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-10-01 12:42:52 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-10-01 12:42:52 +0000
commit1872f119ad82cf4cffe90a2befa448724b47d94d (patch)
tree28ff512785c63776e580419a89314d12f9df5440 /gnome-extra
parentStable for HPPA (bug #170220). (diff)
downloadgentoo-2-1872f119ad82cf4cffe90a2befa448724b47d94d.tar.gz
gentoo-2-1872f119ad82cf4cffe90a2befa448724b47d94d.tar.bz2
gentoo-2-1872f119ad82cf4cffe90a2befa448724b47d94d.zip
Update allow-deprecated patch to play nice with gtk-2.14.3.
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gtkhtml/ChangeLog6
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch4
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/gtkhtml/ChangeLog b/gnome-extra/gtkhtml/ChangeLog
index 9263e3239d29..06daf5af9eaa 100644
--- a/gnome-extra/gtkhtml/ChangeLog
+++ b/gnome-extra/gtkhtml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gtkhtml
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.165 2008/09/25 14:41:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.166 2008/10/01 12:42:51 loki_val Exp $
+
+ 01 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
+ files/gtkhtml-3.12.3-allow-deprecated.patch:
+ Update allow-deprecated patch to play nice with gtk-2.14.3.
25 Sep 2008; Jeroen Roovers <jer@gentoo.org> gtkhtml-3.18.3.ebuild:
Stable for HPPA (bug #236971).
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
index 92d3e1d6e743..bd2bd74188d5 100644
--- a/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
+++ b/gnome-extra/gtkhtml/files/gtkhtml-3.12.3-allow-deprecated.patch
@@ -6,7 +6,7 @@ diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y
INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
-+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
noinst_LTLIBRARIES = libgtkhtml-a11y.la
@@ -18,7 +18,7 @@ diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkhtml-3.12.3.orig/a11y
END =
INCLUDES = -I$(top_srcdir)/src $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
-AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
-+AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
++AM_CFLAGS = $(GAIL_CFLAGS) -DGDK_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
noinst_LTLIBRARIES = libgtkhtml-a11y.la
libgtkhtml_a11y_la_SOURCES = \
cell.h \