summaryrefslogtreecommitdiff
path: root/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 02:07:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-12-02 02:07:52 +0000
commit9e5d000aa72f5bbd3b023773ca877bfe9526163e (patch)
tree5dfa7f3b4ee46d756ec7e2fd20cbbbe31771b066 /www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs
parentUpdate xosview's url. (diff)
Fix build with gtkhtml-1.1.
Reported by: bento Adapted from: GNOME CVS
Notes
Notes: svn path=/head/; revision=71301
Diffstat (limited to '')
-rw-r--r--www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs b/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs
new file mode 100644
index 000000000000..0760cde7c8ba
--- /dev/null
+++ b/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs
@@ -0,0 +1,11 @@
+--- xs/GtkHTMLEmbedded.xs.orig Sun Dec 1 21:06:22 2002
++++ xs/GtkHTMLEmbedded.xs Sun Dec 1 21:06:29 2002
+@@ -20,7 +20,7 @@
+ int width
+ int height
+ CODE:
+- RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, name, type, width, height));
++ RETVAL = (GtkHTMLEmbedded*)(gtk_html_embedded_new(classid, name, type, width, height));
+ OUTPUT:
+ RETVAL
+