Perform the usual C99 dance when using base-gcc
Fixes the build on sparc64
This commit is contained in:
parent
b6bc6ffdab
commit
e14bede6b9
@ -49,4 +49,9 @@ CONFIGURE_ENV += ac_cv_header_ansidecl_h=no
|
||||
TEST_DEPENDS= xmlsec-${VERSION}:security/xmlsec
|
||||
TEST_FLAGS= ABS_BUILDDIR="${WRKSRC}"
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${PROPERTIES:Mclang}
|
||||
CFLAGS += -std=gnu99
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user