summaryrefslogtreecommitdiff
path: root/www/gtkhtml
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-04 18:03:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-04 18:03:24 +0000
commitdbe9cadc2eca331d0efb17405c72d928c786f947 (patch)
treec209899e368eee4e0feea701d760e36fa468ee70 /www/gtkhtml
parentUpdate to 0.6.90 which consolidates a lot of local patches, and then fix (diff)
Fix the build with GCC 4.2.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=194932
Diffstat (limited to 'www/gtkhtml')
-rw-r--r--www/gtkhtml/files/patch-src_htmlcluealigned.c11
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;
+
+