diff options
author | rh <rh> | 2000-04-12 06:58:09 +0000 |
---|---|---|
committer | rh <rh> | 2000-04-12 06:58:09 +0000 |
commit | 1e2dff6e40d7142a5fedc31b5f2d81e6187aa2c7 (patch) | |
tree | 9a6efb12563320bf580765b3b9c217b5a48733e0 /devel/guile-gtk | |
parent | b003d9f3da57eb73402616949ea8b192a08bc343 (diff) | |
download | pkgsrc-1e2dff6e40d7142a5fedc31b5f2d81e6187aa2c7.tar.gz |
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.
Diffstat (limited to 'devel/guile-gtk')
-rw-r--r-- | devel/guile-gtk/files/patch-sum | 3 | ||||
-rw-r--r-- | devel/guile-gtk/patches/patch-ab | 14 |
2 files changed, 16 insertions, 1 deletions
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); + |