summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'net/wu-ftpd/patches/patch-af')
-rw-r--r--net/wu-ftpd/patches/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/wu-ftpd/patches/patch-af b/net/wu-ftpd/patches/patch-af
new file mode 100644
index 00000000000..dfddb8caa74
--- /dev/null
+++ b/net/wu-ftpd/patches/patch-af
@@ -0,0 +1,19 @@
+*** support/makefiles/Makefile.nbs.orig Mon Mar 2 19:21:53 1998
+--- support/makefiles/Makefile.nbs Mon Mar 2 19:22:38 1998
+***************
+*** 8,14 ****
+ LIBC = /usr/lib/libc.a
+ IFLAGS =
+ LFLAGS =
+! CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
+
+ SRCS = strcasestr.c authuser.c ftw.c
+ OBJS = strcasestr.o authuser.o ftw.o
+--- 8,14 ----
+ LIBC = /usr/lib/libc.a
+ IFLAGS =
+ LFLAGS =
+! CFLAGS+= ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO
+
+ SRCS = strcasestr.c authuser.c ftw.c
+ OBJS = strcasestr.o authuser.o ftw.o