aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-ac')
-rw-r--r--devel/gnome-vfs/files/patch-ac39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac
deleted file mode 100644
index 5a687e11a977..000000000000
--- a/devel/gnome-vfs/files/patch-ac
+++ /dev/null
@@ -1,39 +0,0 @@
---- modules/Makefile.in.orig Thu Aug 26 20:51:38 2004
-+++ modules/Makefile.in Thu Aug 26 21:00:56 2004
-@@ -195,7 +195,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
- NULL =
--SUBDIRS = extfs vfolder
-+SUBDIRS = vfolder
-
- INCLUDES = \
- -I$(top_srcdir) \
-@@ -240,13 +240,12 @@
- @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = libcdemenu-desktop.la
- @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS =
-
--module_flags = -export_dynamic -avoid-version -module -no-undefined
-+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB)
- modulesdir = $(libdir)/gnome-vfs-2.0/modules
-
- modules_LTLIBRARIES = \
- $(CDDA_LTLIBS) \
- libcomputer.la \
-- libextfs.la \
- libfile.la \
- libnetwork.la \
- libnntp.la \
-@@ -292,12 +291,6 @@
- libcomputer_la_SOURCES = computer-method.c
- libcomputer_la_LDFLAGS = $(module_flags)
- libcomputer_la_LIBADD = $(MODULES_FILE_LIBS) ../libgnomevfs/libgnomevfs-2.la
--
--
--### `extfs' method
--libextfs_la_SOURCES = extfs-method.c
--libextfs_la_LDFLAGS = $(module_flags)
--libextfs_la_LIBADD = $(MODULES_FILE_LIBS) ../libgnomevfs/libgnomevfs-2.la
-
-
- ### `file' method