net-mgmt/statsite: Fix build with GCC 4.2 (gnu89 by default)

/nxb-bin/usr/bin/cc  -O2 -pipe -G0 -EB -mabi=64 -msoft-float  -fno-strict-aliasing  -c ./MurmurHash3.c -o ./MurmurHash3.o
./MurmurHash3.c: In function 'MurmurHash3_x64_128':
./MurmurHash3.c:66: error: 'for' loop initial declaration used outside C99 mode

http://beefy16.nyi.freebsd.org/data/120mips64-quarterly/484420/logs/statsite-0.8.0_2.log
This commit is contained in:
Tobias Kortkamp 2018-11-09 05:08:54 +00:00
parent 868faf0b0b
commit ea5090b4aa

View file

@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf python:env
GNU_CONFIGURE= yes
USE_CSTD= gnu99
USE_GITHUB= yes
GH_ACCOUNT= armon