summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-01-30 12:23:14 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-01-30 12:23:14 +0000
commita5454dd953d4fd61e8ce3c14106e5624296edde4 (patch)
treec492126d7594b00c34eaed6805fa616229776307 /gnome-extra/gtkhtml/files
parentadd sqlite, doc and nls USE flags; rework the patch so really all unnecessary... (diff)
downloadgentoo-2-a5454dd953d4fd61e8ce3c14106e5624296edde4.tar.gz
gentoo-2-a5454dd953d4fd61e8ce3c14106e5624296edde4.tar.bz2
gentoo-2-a5454dd953d4fd61e8ce3c14106e5624296edde4.zip
apply patch for proper compilation on amd64. Contributed by Yu Yuwei <acevery AT gmail DOT com> and Ed Catmur <ed@ AT atmur DOT co DOT uk> in bug 193458
(Portage version: 2.1.3.19)
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch61
1 files changed, 61 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch b/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch
new file mode 100644
index 000000000000..a2e9a6325245
--- /dev/null
+++ b/gnome-extra/gtkhtml/files/gtkhtml-3.2-gi18n.patch
@@ -0,0 +1,61 @@
+--- gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:29 1.1
++++ gtkhtml-3.2.5/components/html-editor/body.c 2007/09/22 22:24:50
+@@ -23,6 +23,7 @@
+ #include <config.h>
+ #include <libgnome/gnome-i18n.h>
+ #include <string.h>
++#include <glib/gi18n-lib.h>
+ #include "gi-color-combo.h"
+ #include "htmlengine-edit.h"
+ #include "htmlengine-edit-clueflowstyle.h"
+--- gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:26 1.1
++++ gtkhtml-3.2.5/components/html-editor/template.c 2007/09/22 22:41:52
+@@ -24,6 +24,7 @@
+ #include <libgnome/gnome-i18n.h>
+ #include <string.h>
+ #include <glade/glade.h>
++#include <glib/gi18n-lib.h>
+
+ #include "gtkhtml.h"
+ #include "htmlcursor.h"
+--- gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:24 1.1
++++ gtkhtml-3.2.5/components/html-editor/toolbar.c 2007/09/22 22:43:35
+@@ -27,6 +27,7 @@
+ #include <libgnome/gnome-i18n.h>
+ #include <gnome.h>
+ #include <bonobo.h>
++#include <glib/gi18n-lib.h>
+
+ #include "gi-color-combo.h"
+ #include "toolbar.h"
+--- gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:03 1.1
++++ gtkhtml-3.2.5/components/html-editor/utils.c 2007/09/22 22:44:16
+@@ -23,6 +23,7 @@
+ #include <config.h>
+ #include <libgnome/gnome-i18n.h>
+ #include <string.h>
++#include <glib/gi18n-lib.h>
+ #include "gtkhtml-compat.h"
+ #include "htmlcursor.h"
+ #include "htmlengine.h"
+--- gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:44:57 1.1
++++ gtkhtml-3.2.5/components/html-editor/gi-color-palette.c 2007/09/22 22:45:11
+@@ -36,6 +36,7 @@
+ #include <libgnomecanvas/gnome-canvas.h>
+ #include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
+ #include <gdk/gdkcolor.h>
++#include <glib/gi18n-lib.h>
+ #include "gi-color-group.h"
+ #include "gi-color-palette.h"
+ #include "gi-colors.h"
+--- gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:35 1.1
++++ gtkhtml-3.2.5/components/html-editor/test-html-editor-control.c 2007/09/22 22:46:46
+@@ -23,6 +23,7 @@
+
+ #include <config.h>
+ #include <libgnome/gnome-i18n.h>
++#include <glib/gi18n-lib.h>
+
+ #include <gnome.h>
+ #include <bonobo.h>
+