forked from Lainports/freebsd-ports
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:
parent
868faf0b0b
commit
ea5090b4aa
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
USES= autoreconf python:env
|
||||
GNU_CONFIGURE= yes
|
||||
USE_CSTD= gnu99
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= armon
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue