diff options
author | 2004-08-25 06:39:22 +0000 | |
---|---|---|
committer | 2004-08-25 06:39:22 +0000 | |
commit | 972d434f7c24bf28d57b5f24dd6b6f525eb2b920 (patch) | |
tree | 6d2310e258e0bc00eaabb2d771acbb8bc194ac33 /gnome-extra/gtkhtml/files | |
parent | new ebuild added (Manifest recommit) (diff) | |
download | gentoo-2-972d434f7c24bf28d57b5f24dd6b6f525eb2b920.tar.gz gentoo-2-972d434f7c24bf28d57b5f24dd6b6f525eb2b920.tar.bz2 gentoo-2-972d434f7c24bf28d57b5f24dd6b6f525eb2b920.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.patch | 11 |
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) { |