MFH: r552971

net/dhcpd-pools: fix build on GCC architectures

Use C99 mode:
nstrftime.c:1143: error: 'for' loop initial declaration used outside C99 mode

Approved by:	portmgr (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-10-22 13:18:58 +00:00
parent 58e94cad43
commit aa38f36511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=552972

View File

@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash
USES= charsetfix shebangfix tar:xz
USE_CSTD= c99
SHEBANG_FILES= contrib/snmptest.pl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dhcpd-conf=${LOCALBASE}/etc/dhcpd.conf \