mate/calc needs the usual c99 fix for sparc64

This commit is contained in:
kmos 2022-01-17 15:18:18 +00:00
parent 2bab64941a
commit 18f8c73a48

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2021/08/25 12:05:51 robert Exp $
# $OpenBSD: Makefile,v 1.17 2022/01/17 15:18:18 kmos Exp $
COMMENT= MATE calculator
@ -25,4 +25,9 @@ MODGNOME_TOOLS= desktop-file-utils yelp
CONFIGURE_STYLE= gnu
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
.include <bsd.port.mk>