summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch')
-rw-r--r--net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch b/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch
deleted file mode 100644
index 1fc7ab9dfa82..000000000000
--- a/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- ftpfs/Makefile.orig 2002-12-08 13:58:31.000000000 -0600
-+++ ftpfs/Makefile 2002-12-08 13:58:46.000000000 -0600
-@@ -8,7 +8,7 @@
-
- # makemake variables
-
--DEPENDFLAGS := -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB
-+DEPENDFLAGS := -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB
- # -DFTPFS_DEBUG -DFTPFS_VERBOSE
-
- # C preprocessor (C, C++, FORTRAN)
-@@ -27,7 +27,7 @@
- # C/C++/Eiffel/FORTRAN linker
-
- LINKER := ld
--LDFLAGS = -m elf_i386 -r
-+LDFLAGS = -r
- LOADLIBES :=
-
-
-@@ -97,4 +97,4 @@
- uninstall:
- rm -rf ${MODULESDIR}/kernel/fs/ftpfs
- depmod -aq
-- @echo "FTPfs is now uninstalled."
-\ No newline at end of file
-+ @echo "FTPfs is now uninstalled."