mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add WITHOUT_AFPASP option to Makefile for afpd.
This commit is contained in:
parent
1157223634
commit
5e49eb6963
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36262
@ -22,6 +22,10 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
|
||||
|
||||
MAKE_ARGS= INSTALL="${INSTALL} ${COPY}"
|
||||
|
||||
.if defined(WITHOUT_AFPASP)
|
||||
MAKE_ARGS+= CFLAGS="${CFLAGS} -DNO_AFPASP"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SENDFILE) && ${OSVERSION} >= 310000
|
||||
|
Loading…
Reference in New Issue
Block a user