1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/x11-toolkits/guile-gnome/files/patch-guile-gnome::ghttp::ghttp-glue.c
Joe Marcus Clarke 5d85019f5b Remove quotes are sizeof() calls. This was breaking builds on 64-bit
architectures, and probably causing some interesting things on i386.
Bump PORTREVISION for i386 machines.

PR:		42258
2002-08-31 18:14:07 +00:00

12 lines
349 B
C

--- guile-gnome/ghttp/ghttp-glue.c.orig Sat Aug 31 14:07:19 2002
+++ guile-gnome/ghttp/ghttp-glue.c Sat Aug 31 14:08:23 2002
@@ -53,7 +53,7 @@
};
GtkTypeInfo sgtk_ghttp_request_info_gtk = {
- "ghttprequest", "sizeof (ghttp_request)", 0,
+ "ghttprequest", 0, 0,
(GtkClassInitFunc) NULL,
(GtkObjectInitFunc) NULL,
(GtkArgSetFunc) NULL,