freebsd-ports/www/gtkhtml/files/patch-src_htmlcluealigned.c
Joe Marcus Clarke dbe9cadc2e Fix the build with GCC 4.2.
Reported by:	pointyhat via pav
2007-07-04 18:03:24 +00:00

11 lines
302 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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;