diff options
Diffstat (limited to 'x11-toolkits/gnome--/files')
-rw-r--r-- | x11-toolkits/gnome--/files/patch-Makefile.in | 7 | ||||
-rw-r--r-- | x11-toolkits/gnome--/files/patch-aa | 16 | ||||
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h | 11 | ||||
-rw-r--r-- | x11-toolkits/gnome--/files/patch-src_procbar.gen_h | 20 |
4 files changed, 0 insertions, 54 deletions
diff --git a/x11-toolkits/gnome--/files/patch-Makefile.in b/x11-toolkits/gnome--/files/patch-Makefile.in deleted file mode 100644 index dc056f19846d..000000000000 --- a/x11-toolkits/gnome--/files/patch-Makefile.in +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Sun Apr 22 07:12:11 2001 -+++ Makefile.in Tue Apr 24 00:06:26 2001 -@@ -137,3 +137,3 @@ - # that use Gtk-- and want to check for the correct version --m4datadir = $(datadir)/aclocal -+m4datadir = $(prefix)/share/aclocal - m4data_DATA = gnome--.m4 diff --git a/x11-toolkits/gnome--/files/patch-aa b/x11-toolkits/gnome--/files/patch-aa deleted file mode 100644 index 1f57c9a58a6a..000000000000 --- a/x11-toolkits/gnome--/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Sat Sep 9 14:38:02 2000 -+++ src/Makefile.in Tue Sep 12 12:53:37 2000 -@@ -341,12 +341,7 @@ - else \ - echo "WARNING : Couldn't install $(srcdir)/gnome--.h in $(DESTDIR)$(gnomemm_includedir) : can't write in $(DESTDIR)$(gnomemm_includedir)"; \ - fi ; \ -- gnomedir=`gnome-config --libdir`; \ -- if [ -w "$(DESTDIR)$$gnomedir" ]; then \ -- $(INSTALL_DATA) $(srcdir)/gnomemmConf.sh $(DESTDIR)$$gnomedir; \ -- else \ -- echo "WARNING : Couldn't install $(srcdir)/gnomemmConf.sh in $(DESTDIR)$$gnomedir : can't write in $(DESTDIR)$$gnomedir"; \ -- fi -+ $(INSTALL_DATA) $(srcdir)/gnomemmConf.sh $(DESTDIR)$(sysconfdir) - - all-local: - @echo "*** gnome-- finished ***" diff --git a/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h b/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h deleted file mode 100644 index b219148813ef..000000000000 --- a/x11-toolkits/gnome--/files/patch-src_gnome--_app-helper.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gnome--/app-helper.h.orig Sun Jul 27 13:56:52 2003 -+++ src/gnome--/app-helper.h Sun Jul 27 14:00:25 2003 -@@ -40,7 +40,7 @@ - template<class T_Info> - class Array; - --class Info : protected GnomeUIInfo -+class Info : public GnomeUIInfo - { - /* Note when deriving this, you must not add any fields nor may you - add any virtuals */ diff --git a/x11-toolkits/gnome--/files/patch-src_procbar.gen_h b/x11-toolkits/gnome--/files/patch-src_procbar.gen_h deleted file mode 100644 index 033856c4b0f1..000000000000 --- a/x11-toolkits/gnome--/files/patch-src_procbar.gen_h +++ /dev/null @@ -1,20 +0,0 @@ ---- 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) - { |