ports/devel/gnome-vfs/files/patch-ac
Joe Marcus Clarke dd30468a3a Remove the extfs module and associated utilities. These never really worked,
and had security issues.  They have been removed in the upcoming gnome-vfs
for GNOME 2.8.

Obtained from:	gnome-vfs CVS (based on)
2004-08-27 01:10:09 +00:00

39 lines
1.1 KiB
Text

--- 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