summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2004-08-25 06:39:22 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2004-08-25 06:39:22 +0000
commit4517a8c6534861b06fc3866abb75348aca3c1f0e (patch)
treea7c754f3d254ed3794604cc7cdadd4fa0d769351 /gnome-extra/gtkhtml/files
parentnew ebuild added (diff)
downloadhistorical-4517a8c6534861b06fc3866abb75348aca3c1f0e.tar.gz
historical-4517a8c6534861b06fc3866abb75348aca3c1f0e.tar.bz2
historical-4517a8c6534861b06fc3866abb75348aca3c1f0e.zip
Fixing compile problems with gcc-34. Bug #52037
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-rw-r--r--gnome-extra/gtkhtml/files/gtkhtml-gcc34.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-gcc34.patch b/gnome-extra/gtkhtml/files/gtkhtml-gcc34.patch
new file mode 100644
index 000000000000..020301260140
--- /dev/null
+++ b/gnome-extra/gtkhtml/files/gtkhtml-gcc34.patch
@@ -0,0 +1,11 @@
+diff -ur gtkhtml-1.1.10-orig/components/html-editor/popup.c gtkhtml-1.1.10/components/html-editor/popup.c
+--- gtkhtml-1.1.10-orig/components/html-editor/popup.c 2004-05-25 00:27:37.463103516 -0400
++++ gtkhtml-1.1.10/components/html-editor/popup.c 2004-05-25 00:28:20.916203966 -0400
+@@ -496,6 +496,7 @@
+ ADD_PROP (PARAGRAPH);
+ break;
+ default:
++ break;
+ }
+ if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) {
+ if (cd->format_html) {