This port requires a C++11-compatible compiler, so add

USES=compiler:c++11-lang to fix build on GCC-based architectures.

PR:		234973
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon
2019-01-22 12:36:06 +00:00
parent d36b833b0c
commit 0cc66bfc07

View File

@@ -29,7 +29,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libxcb-util.so:x11/xcb-util
RUN_DEPENDS= mplayer:multimedia/mplayer
USES= cmake desktop-file-utils gettext-runtime \
USES= cmake compiler:c++11-lang desktop-file-utils gettext-runtime \
kde:5 pkgconfig qt:5
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_QT= concurrent core dbus gui network phonon4 printsupport \