Uses -std=c++11, needs COMPILER. Fixes build on non-clang archs.

hint from sthen@
This commit is contained in:
landry 2019-03-13 07:26:43 +00:00
parent 4930148d4e
commit 026c9d7a90

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.187 2019/02/21 17:08:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.188 2019/03/13 07:26:43 landry Exp $
COMMENT= GNOME file manager
@ -18,6 +18,9 @@ WANTLIB += gexiv2 gio-2.0 glib-2.0 gmodule-2.0 gnome-autoar-0
WANTLIB += gobject-2.0 gtk-3 intl m pango-1.0 pangocairo-1.0 pthread
WANTLIB += tracker-sparql-2.0 xml2
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/dconf \
devel/meson \
x11/gnome