diff options
Diffstat (limited to 'x11-toolkits/slgtk')
-rw-r--r-- | x11-toolkits/slgtk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-toolkits/slgtk/Makefile b/x11-toolkits/slgtk/Makefile index 8198d4613690..7de23dcfd4b1 100644 --- a/x11-toolkits/slgtk/Makefile +++ b/x11-toolkits/slgtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= slgtk PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://space.mit.edu/pub/cxc/modules/slgtk/ diff --git a/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl b/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl new file mode 100644 index 000000000000..9b4ecf3bfc6d --- /dev/null +++ b/x11-toolkits/slgtk/files/patch-src_slirprc-gtk.sl @@ -0,0 +1,11 @@ +--- src/slirprc-gtk.sl.orig 2009-09-27 23:31:51.000000000 -0400 ++++ src/slirprc-gtk.sl 2009-09-27 23:32:06.000000000 -0400 +@@ -308,6 +308,8 @@ accepts_null_args["g_list_append"] = [1] + gtk_widget_get_window % prefer my version, which returns + % bin_window for GtkLayout + ++gtk_widget_get_allocation ++ + gtk_accel_group_activate % gtk/gtkaccelgroup.h: "internal" funcs + gtk_accel_group_get_entry + gtk_accel_group_lock_entry |