diff options
Diffstat (limited to 'gnome-extra/gtkhtml/files/gtkhtml-gcc4.patch')
-rw-r--r-- | gnome-extra/gtkhtml/files/gtkhtml-gcc4.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/gtkhtml/files/gtkhtml-gcc4.patch b/gnome-extra/gtkhtml/files/gtkhtml-gcc4.patch new file mode 100644 index 000000000000..d01353ce2e73 --- /dev/null +++ b/gnome-extra/gtkhtml/files/gtkhtml-gcc4.patch @@ -0,0 +1,13 @@ +diff -urN ../tmp-orig/gtkhtml3.1-3.1.20/src/htmlcluealigned.h ./src/htmlcluealigned.h +--- ../tmp-orig/gtkhtml3.1-3.1.20/src/htmlcluealigned.h 2001-05-21 14:47:11.000000000 +0200 ++++ ./src/htmlcluealigned.h 2004-12-23 00:11:07.458004704 +0100 +@@ -38,9 +38,6 @@ + }; + + +-extern HTMLClueAlignedClass html_cluealigned_class; +- +- + void html_cluealigned_type_init (void); + void html_cluealigned_class_init (HTMLClueAlignedClass *klass, + HTMLType type, |