diff options
author | marcus <marcus@FreeBSD.org> | 2007-07-05 02:03:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-07-05 02:03:24 +0800 |
commit | 9321d16f8541747a76eec0751402490ca29b617f (patch) | |
tree | c909267a40cf531c0d2cf6cd84073126360f55b7 /www | |
parent | 3e87b28465154af29b8a684453ec2267102ee615 (diff) | |
download | freebsd-ports-gnome-9321d16f8541747a76eec0751402490ca29b617f.tar.gz freebsd-ports-gnome-9321d16f8541747a76eec0751402490ca29b617f.tar.zst freebsd-ports-gnome-9321d16f8541747a76eec0751402490ca29b617f.zip |
Fix the build with GCC 4.2.
Reported by: pointyhat via pav
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/files/patch-src_htmlcluealigned.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-src_htmlcluealigned.c b/www/gtkhtml/files/patch-src_htmlcluealigned.c new file mode 100644 index 000000000000..2cd33d624fee --- /dev/null +++ b/www/gtkhtml/files/patch-src_htmlcluealigned.c @@ -0,0 +1,11 @@ +--- src/htmlcluealigned.c.orig Wed Jul 4 14:01:42 2007 ++++ src/htmlcluealigned.c Wed Jul 4 14:01:58 2007 +@@ -26,7 +26,7 @@ + #define ALIGN_BORDER 0 + + +-static HTMLClueAlignedClass html_cluealigned_class; ++HTMLClueAlignedClass html_cluealigned_class; + static HTMLClueClass *parent_class = NULL; + + |