summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel2/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/eel2/files')
-rw-r--r--x11-toolkits/eel2/files/patch-Makefile.in14
-rw-r--r--x11-toolkits/eel2/files/patch-configure13
-rw-r--r--x11-toolkits/eel2/files/patch-eel::eel-vfs-extensions.c15
3 files changed, 0 insertions, 42 deletions
diff --git a/x11-toolkits/eel2/files/patch-Makefile.in b/x11-toolkits/eel2/files/patch-Makefile.in
deleted file mode 100644
index c3cb2f239..000000000
--- a/x11-toolkits/eel2/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in 2002/06/13 16:05:09 1.1
-+++ Makefile.in 2002/06/13 16:05:18
-@@ -119,7 +119,7 @@
-
- NULL =
-
--SUBDIRS = eel test po
-+SUBDIRS = eel po
-
- EXTRA_DIST = COPYING.LIB HACKING MAINTAINERS eel.spec.in $(NULL)
-
diff --git a/x11-toolkits/eel2/files/patch-configure b/x11-toolkits/eel2/files/patch-configure
deleted file mode 100644
index 445a53ad1..000000000
--- a/x11-toolkits/eel2/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- configure 2002/04/25 19:15:15 1.1
-+++ configure 2002/04/25 19:17:28
-@@ -5331,6 +5331,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/eel2/files/patch-eel::eel-vfs-extensions.c b/x11-toolkits/eel2/files/patch-eel::eel-vfs-extensions.c
deleted file mode 100644
index a71c0f102..000000000
--- a/x11-toolkits/eel2/files/patch-eel::eel-vfs-extensions.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- eel/eel-vfs-extensions.c 2001/12/20 13:41:21 1.1
-+++ eel/eel-vfs-extensions.c 2001/12/20 13:47:36
-@@ -116,7 +116,8 @@
-
- /* Return the file. */
- *file_size = total_bytes_read;
-- *file_contents = g_realloc (buffer, total_bytes_read);
-+ *file_contents = g_realloc (buffer, total_bytes_read + 1);
-+ (*file_contents)[total_bytes_read] = '\0';
- return GNOME_VFS_OK;
- }
-