Fix the build with GCC 4.2.
Reported by: pointyhat via pav
This commit is contained in:
parent
a8dca7462c
commit
dbe9cadc2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194932
1 changed files with 11 additions and 0 deletions
11
www/gtkhtml/files/patch-src_htmlcluealigned.c
Normal file
11
www/gtkhtml/files/patch-src_htmlcluealigned.c
Normal file
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in a new issue