summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal2/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r--x11-toolkits/gal2/files/patch-ab11
-rw-r--r--x11-toolkits/gal2/files/patch-configure10
-rw-r--r--x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c26
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab
deleted file mode 100644
index afb0bf27a..000000000
--- a/x11-toolkits/gal2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun Aug 25 23:54:37 2002
-+++ Makefile.in Sun Aug 25 23:54:47 2002
-@@ -129,7 +129,7 @@
- cxxflags_set = @cxxflags_set@
- gnomelocaledir = @gnomelocaledir@
-
--SUBDIRS = gal tests docs art
-+SUBDIRS = gal docs art
-
- pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = gal-2.0.pc
diff --git a/x11-toolkits/gal2/files/patch-configure b/x11-toolkits/gal2/files/patch-configure
deleted file mode 100644
index 97aea5b88..000000000
--- a/x11-toolkits/gal2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Aug 26 00:06:18 2002
-+++ configure Mon Aug 26 00:06:32 2002
-@@ -8242,6 +8242,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c b/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
deleted file mode 100644
index 69c179628..000000000
--- a/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- gal/e-table/e-table-group.c.orig Wed Nov 20 10:02:06 2002
-+++ gal/e-table/e-table-group.c Thu Feb 6 22:35:27 2003
-@@ -22,6 +22,7 @@
- */
-
- #include <config.h>
-+#include <stdarg.h>
- #include <gtk/gtksignal.h>
- #include <libgnomecanvas/gnome-canvas-rect-ellipse.h>
- #include "e-table-group.h"
-@@ -128,13 +129,14 @@
- ETableHeader *header,
- ETableModel *model)
- {
-+ va_list args;
- etg->full_header = full_header;
- g_object_ref (etg->full_header);
- etg->header = header;
- g_object_ref (etg->header);
- etg->model = model;
- g_object_ref (etg->model);
-- gnome_canvas_item_construct (GNOME_CANVAS_ITEM (etg), parent, 0, NULL);
-+ gnome_canvas_item_construct (GNOME_CANVAS_ITEM (etg), parent, 0, args);
- }
-
- /**