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)
This commit is contained in:
@@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
|
||||
USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
|
||||
tar:bzip2 xfce
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool pango
|
||||
USE_XORG= ice sm x11
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user