p5-SKM uses c99 for constructs
Do the usual c99 dance to fix build on sparc64
This commit is contained in:
parent
91d354efc0
commit
30b73fdcb8
@ -20,4 +20,9 @@ CONFIGURE_STYLE = modbuild
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${PROPERTIES:Mclang}
|
||||
CFLAGS += -std=gnu99
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user