Do the usual C99 invocation for base-gcc
Fixes the build on sparc64
This commit is contained in:
parent
78215cc44e
commit
e0a7d826f6
@ -34,4 +34,8 @@ PKG_ARGS+= -Daesni=1
|
||||
PKG_ARGS+= -Daesni=0
|
||||
.endif
|
||||
|
||||
.if !${PROPERTIES:Mclang}
|
||||
CFLAGS += -std=gnu99
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user