freebsd-ports/ftp/spegla/files/patch-ac
Jordan K. Hubbard 278a647449 Fix the skip directive.
Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
2000-07-05 19:44:04 +00:00

13 lines
394 B
Plaintext

--- Makefile.dist Sat May 27 22:50:20 2000
+++ Makefile Thu Jun 29 20:06:23 2000
@@ -8,7 +8,8 @@
PROG = spegla
SRCS = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \
- que_syms.c e_err.c
+ que_syms.c e_err.c \
+ regcomp.c regerror.c regexec.c regfree.c
.if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
SRCS += strlcpy.c
CPPFLAGS += -DNO_STRLCPY