diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-01 13:44:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-01 13:44:55 +0800 |
commit | ec8634c5f6745000cf3a94c37f5774433c359a93 (patch) | |
tree | 42b3ffda9298cf411257ecfb4725635fa84409eb /x11-toolkits | |
parent | 7cc080f37b352b3fd2ef5d113b2fdd476a54179e (diff) | |
download | freebsd-ports-gnome-ec8634c5f6745000cf3a94c37f5774433c359a93.tar.gz freebsd-ports-gnome-ec8634c5f6745000cf3a94c37f5774433c359a93.tar.zst freebsd-ports-gnome-ec8634c5f6745000cf3a94c37f5774433c359a93.zip |
Fix a build problem in -stable.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src_procbar.gen_h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/gnome--/files/patch-src_procbar.gen_h b/x11-toolkits/gnome--/files/patch-src_procbar.gen_h new file mode 100644 index 000000000000..033856c4b0f1 --- /dev/null +++ b/x11-toolkits/gnome--/files/patch-src_procbar.gen_h @@ -0,0 +1,20 @@ +--- src/procbar.gen_h.orig Tue Apr 30 15:52:13 2002 ++++ src/procbar.gen_h Tue Apr 30 15:52:25 2002 +@@ -42,7 +42,7 @@ + + ProcBar(const Gtk::Label &label, + const vector<Gdk_Color*> &colors, +- gint (*cb)()); ++ gint (*cb)(void *)); + + void set_values (const vector<unsigned> &values); + +@@ -72,7 +72,7 @@ + + ProcBar::ProcBar(const Gtk::Label &label, + const vector<Gdk_Color*> &colors, +- gint (*cb)()) ++ gint (*cb)(void *)) + : Gtk::HBox(GTK_HBOX(gtk_object_new(get_type(),0))), + colors_(0) + { |