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.c11
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab
new file mode 100644
index 000000000..7439d1c8c
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed Apr 16 00:08:20 2003
++++ Makefile.in Wed Apr 16 00:08:47 2003
+@@ -138,7 +138,7 @@
+ cxxflags_set = @cxxflags_set@
+ gnomelocaledir = @gnomelocaledir@
+ install_sh = @install_sh@
+-SUBDIRS = po gal tests docs art
++SUBDIRS = po 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
new file mode 100644
index 000000000..97aea5b88
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-configure
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000..4ddea93df
--- /dev/null
+++ b/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
@@ -0,0 +1,11 @@
+--- gal/e-table/e-table-group.c.orig Mon Feb 17 14:23:16 2003
++++ gal/e-table/e-table-group.c Wed Mar 12 22:13:38 2003
+@@ -136,7 +136,7 @@
+ g_object_ref (etg->model);
+ g_object_set (G_OBJECT (etg),
+ "parent", parent,
+- NULL);
++ (void*)0);
+ }
+
+ /**