diff options
author | joerg <joerg> | 2005-10-07 15:42:36 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-10-07 15:42:36 +0000 |
commit | 6fd213893b574cd6e4e31f855762dd76846bc4b6 (patch) | |
tree | e0f35bb09cc5584961f466248eddda625bae0a42 /www | |
parent | 194239db13f00a2fc9272f48c8b6aae129bc8112 (diff) | |
download | pkgsrc-6fd213893b574cd6e4e31f855762dd76846bc4b6.tar.gz |
Unbreak compilation with GCC 3.4+ (label at end of compound statement).
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/distinfo | 3 | ||||
-rw-r--r-- | www/gtkhtml/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/www/gtkhtml/distinfo b/www/gtkhtml/distinfo index 4ab603a7f03..5f709228617 100644 --- a/www/gtkhtml/distinfo +++ b/www/gtkhtml/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.13 2005/02/24 14:08:31 wiz Exp $ +$NetBSD: distinfo,v 1.14 2005/10/07 15:42:36 joerg Exp $ SHA1 (gtkhtml-1.1.10.tar.bz2) = 45f0256e48f5b1b898c35864533179ce47a3ce59 RMD160 (gtkhtml-1.1.10.tar.bz2) = 0bfb80ff1ee729a870fe133b26ef408642501050 Size (gtkhtml-1.1.10.tar.bz2) = 1029542 bytes +SHA1 (patch-aa) = 3cab2fd75b8f7e68879203e9a5f74fa295ad7fd7 SHA1 (patch-ac) = 4b01bcab28a1bd6ba609bf6987af9d2eb9bccdc9 diff --git a/www/gtkhtml/patches/patch-aa b/www/gtkhtml/patches/patch-aa new file mode 100644 index 00000000000..1832e900502 --- /dev/null +++ b/www/gtkhtml/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.7 2005/10/07 15:42:36 joerg Exp $ + +--- components/html-editor/popup.c.orig 2005-07-10 16:36:36.000000000 +0000 ++++ components/html-editor/popup.c +@@ -496,6 +496,7 @@ prepare_properties_and_menu (GtkHTMLCont + ADD_PROP (PARAGRAPH); + break; + default: ++ break; + } + if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) { + if (cd->format_html) { |