mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Unbreak 5-current by using stdarg.h.
Approved by: Sebastien Petit (maintainer)
This commit is contained in:
parent
824c481c06
commit
7237a6f2a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95530
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ MAN8= freevrrpd.8
|
|||
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${SED} -i.bak -e s/varargs/stdarg/ *.h
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/freevrrpd ${PREFIX}/sbin
|
||||
|
|
Loading…
Add table
Reference in a new issue