From 1e2dff6e40d7142a5fedc31b5f2d81e6187aa2c7 Mon Sep 17 00:00:00 2001 From: rh Date: Wed, 12 Apr 2000 06:58:09 +0000 Subject: Fix function prototype that differs with our current version of gdk and make this compile again. Thanks to Hubert and his scripts for discovering this. --- devel/guile-gtk/files/patch-sum | 3 ++- devel/guile-gtk/patches/patch-ab | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 devel/guile-gtk/patches/patch-ab diff --git a/devel/guile-gtk/files/patch-sum b/devel/guile-gtk/files/patch-sum index cc82b4f25ef..34be595eaa1 100644 --- a/devel/guile-gtk/files/patch-sum +++ b/devel/guile-gtk/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/12/20 11:58:46 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/04/12 06:58:09 rh Exp $ MD5 (patch-aa) = d655b4995bd6ac155912fe7cb9376c92 +MD5 (patch-ab) = d28b87615af6c07fcc7a5a79933f103d diff --git a/devel/guile-gtk/patches/patch-ab b/devel/guile-gtk/patches/patch-ab new file mode 100644 index 00000000000..50ef971f69b --- /dev/null +++ b/devel/guile-gtk/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2000/04/12 06:58:09 rh Exp $ + +--- guile-gtk.h.orig Thu Sep 23 00:20:27 1999 ++++ guile-gtk.h Wed Apr 12 08:54:06 2000 +@@ -232,9 +232,6 @@ + GtkWidget* gtk_radio_menu_item_new_from_widget (GtkRadioMenuItem *group); + GtkWidget* gtk_pixmap_new_interp (char *file, GtkWidget *intended_parent); + +-GdkColor* gdk_color_copy (GdkColor *); +-void gdk_color_free (GdkColor *); +- + GdkColor *gdk_color_parse_interp (char *spec); + GdkColor *gtk_style_get_white_interp (GtkStyle *style); + -- cgit v1.2.3