Needs a C11 compiler

ok ajacoutot@
This commit is contained in:
jca 2017-12-14 08:12:09 +00:00
parent b8218d6d61
commit e4f698f60a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2017/11/03 13:41:40 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2017/12/14 08:12:09 jca Exp $
COMMENT= companion library to GObject and Gtk+
@ -15,6 +15,9 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c cairo gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gtk-3 intl m pango-1.0
# -std=gnu11
COMPILER= base-clang ports-gcc ports-clang
MODULES= devel/meson \
x11/gnome