mate/panel needs the usual c99 fix for sparc64
This commit is contained in:
parent
18f8c73a48
commit
9d5d93f9b8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2021/08/25 12:05:52 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2022/01/17 15:19:46 kmos Exp $
|
||||
|
||||
COMMENT= panel component for MATE
|
||||
|
||||
@ -39,4 +39,9 @@ MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache \
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${PROPERTIES:Mclang}
|
||||
CFLAGS += -std=gnu99
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user