Fix build of mate/control-center for base-gcc arches

ok jca@
This commit is contained in:
kmos 2020-04-13 18:40:25 +00:00
parent 64b4d0f0da
commit 32eb580d95

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2020/03/21 16:14:54 robert Exp $
# $OpenBSD: Makefile,v 1.22 2020/04/13 18:40:25 kmos Exp $
COMMENT= MATE control center
@ -46,4 +46,6 @@ FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/mate-control-center
CONFIGURE_STYLE= gnu
CFLAGS += -std=gnu99
.include <bsd.port.mk>