From 4deb461b4109f1ef8613e3706572bdc6b2f2cf75 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 10 Oct 2019 20:29:19 +0000 Subject: www/wpebackend-fdo needs C++11 compiler: /wrkdirs/usr/ports/www/wpebackend-fdo/work/wpebackend-fdo-1.4.0/src/ipc.h:40: error: ISO C++ forbids declaration of 'unique_ptr' with no type sysutils/xfce4-kbdleds-plugin needs C11 compiler similarly to other xfce ports. Approved by: mentors (implicit approval) --- www/wpebackend-fdo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/wpebackend-fdo/Makefile b/www/wpebackend-fdo/Makefile index 329386881722..7f878b9c2213 100644 --- a/www/wpebackend-fdo/Makefile +++ b/www/wpebackend-fdo/Makefile @@ -14,7 +14,8 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libwpe-1.0.so:www/libwpe \ libwayland-client.so:graphics/wayland -USES= cmake pkgconfig localbase:ldflags gl gnome tar:xz +USES= cmake compiler:c++11-lang pkgconfig localbase:ldflags gl gnome \ + tar:xz USE_GL= egl USE_GNOME= glib20 -- cgit v1.2.3