summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nall <nall@gentoo.org>2002-12-08 20:00:26 +0000
committerJon Nall <nall@gentoo.org>2002-12-08 20:00:26 +0000
commit1b463373edf03d488516c89ff38a0c07a0606a71 (patch)
tree7812cfc7baf27dcf367ac621fa3fb2238dfc33c4 /net-fs/ftpfs
parentVersion bumped (diff)
downloadhistorical-1b463373edf03d488516c89ff38a0c07a0606a71.tar.gz
historical-1b463373edf03d488516c89ff38a0c07a0606a71.tar.bz2
historical-1b463373edf03d488516c89ff38a0c07a0606a71.zip
oops. forgot to commit this
Diffstat (limited to 'net-fs/ftpfs')
-rw-r--r--net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch27
1 files changed, 27 insertions, 0 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
new file mode 100644
index 000000000000..1fc7ab9dfa82
--- /dev/null
+++ b/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch
@@ -0,0 +1,27 @@
+--- 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."