diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-10 20:29:19 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-10 20:29:19 +0000 |
commit | 4deb461b4109f1ef8613e3706572bdc6b2f2cf75 (patch) | |
tree | 58d7f66f300152b9a24b9ff057d2bf34be390f13 /www/wpebackend-fdo | |
parent | fbd2f7ab9caebd4349ae1f5f9277b5dbfe41f3ee (diff) | |
download | ports-4deb461b4109f1ef8613e3706572bdc6b2f2cf75.tar.gz ports-4deb461b4109f1ef8613e3706572bdc6b2f2cf75.zip |
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)
Notes
Notes:
svn path=/head/; revision=514253
Diffstat (limited to 'www/wpebackend-fdo')
-rw-r--r-- | www/wpebackend-fdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |