1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/ftp/wu-ftpd+ipv6/files/patch-am

12 lines
402 B
Plaintext
Raw Normal View History

--- src/makefiles/Makefile.fbs.orig Tue Aug 31 03:55:26 1999
+++ src/makefiles/Makefile.fbs Wed Oct 20 20:34:07 1999
@@ -30,7 +30,7 @@
#CC = cc
IFLAGS = -I.. -I../support
LFLAGS = -L../support -s
-CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_CRYPT_PROTO
+CFLAGS += ${IFLAGS} ${LFLAGS} -DNO_CRYPT_PROTO
XOBJS =
LIBES = -lsupport -lutil -lskey -lmd -lcrypt
LIBC = /usr/lib/libc.a