diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-10 02:23:59 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-10 02:23:59 +0000 |
commit | 033369546fbe4f2e63f73c02cc566319c9d57a20 (patch) | |
tree | 9e0571b31f4f463a12d6429f832f541e7e60fb8e /gnome-extra/gtkhtml/files | |
parent | Tweak device node creation to handle subpaths #95593 by Milan Holzäpfel. (diff) | |
download | historical-033369546fbe4f2e63f73c02cc566319c9d57a20.tar.gz historical-033369546fbe4f2e63f73c02cc566319c9d57a20.tar.bz2 historical-033369546fbe4f2e63f73c02cc566319c9d57a20.zip |
gcc4 patch
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'gnome-extra/gtkhtml/files')
-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, |