Fix the build of lang/microscheme on sparc64 with the usual c99 dance

This commit is contained in:
kmos 2023-03-29 20:00:50 +00:00
parent cd095a5278
commit b05a152ac3
1 changed files with 5 additions and 0 deletions

View File

@ -20,4 +20,9 @@ BUILD_DEPENDS = editors/vim,-main
MAKE_FILE = makefile
ALL_TARGET = build
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
.include <bsd.port.mk>