diff options
Diffstat (limited to 'devel/gnome-vfs1/files')
-rw-r--r-- | devel/gnome-vfs1/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ab | 16 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ac | 15 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ag | 11 |
4 files changed, 0 insertions, 65 deletions
diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa deleted file mode 100644 index 9db3569cb11c..000000000000 --- a/devel/gnome-vfs1/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Mon May 7 18:12:27 2001 -+++ configure Thu May 10 13:24:14 2001 -@@ -2365,3 +2365,3 @@ - VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" -- VFS_GLIB_CONFIG="glib-config" -+ VFS_GLIB_CONFIG="$GLIB_CONFIG" - else -@@ -6924,4 +6924,4 @@ - --echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:6927: checking for bzCompressInit in -lbz2" >&5 -+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5 - ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` -@@ -6938,6 +6938,6 @@ - builtin and then its argument prototype would still apply. */ --char bzCompressInit(); -+char BZ2_bzCompressInit(); - - int main() { --bzCompressInit() -+BZ2_bzCompressInit() - ; return 0; } diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab deleted file mode 100644 index e33154e73cf8..000000000000 --- a/devel/gnome-vfs1/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Mon May 7 18:12:50 2001 -+++ Makefile.in Thu May 10 13:25:48 2001 -@@ -174,3 +174,3 @@ - --SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po - -@@ -182,3 +182,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh vfspthreadConf.sh -@@ -534,2 +534,3 @@ - sed -e 's?\@LIBDIR\@?$(libdir)?g' \ -+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ - -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ diff --git a/devel/gnome-vfs1/files/patch-ac b/devel/gnome-vfs1/files/patch-ac deleted file mode 100644 index 01106d4b9978..000000000000 --- a/devel/gnome-vfs1/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- modules/Makefile.in.orig Thu Nov 2 17:45:41 2000 -+++ modules/Makefile.in Fri Nov 3 10:52:23 2000 -@@ -235,2 +235,3 @@ - -+libftp_la_LDFLAGS = $(module_flags) - -@@ -283,3 +284,3 @@ - libfile_la_OBJECTS = file-method.lo --libvfs_test_la_LDFLAGS = -+libvfs_test_la_LDFLAGS = $(module_flags) - libvfs_test_la_DEPENDENCIES = -@@ -292,3 +293,2 @@ - libgzip_la_OBJECTS = gzip-method.lo --libftp_la_LDFLAGS = - libftp_la_LIBADD = diff --git a/devel/gnome-vfs1/files/patch-ag b/devel/gnome-vfs1/files/patch-ag deleted file mode 100644 index da795f940c50..000000000000 --- a/devel/gnome-vfs1/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000 -+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000 -@@ -3,7 +3,7 @@ - usage="\ - Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]" - --config_file="@LIBDIR@/vfsConf.sh" -+config_file="@SYSCONFDIR@/vfsConf.sh" - . $config_file - - if test $# -eq 0; then |