multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on GCC-based systems:

configure: error: *** A compiler with support for C++11 language features is required.
This commit is contained in:
Mark Linimon 2021-04-11 15:30:39 -05:00
parent 4f4eb2763b
commit 5defa497e1

View File

@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vlc>0:multimedia/vlc
RUN_DEPENDS= ${LOCALBASE}/include/vlc/vlc.h:multimedia/vlc
USES= autoreconf gmake pkgconfig
USES= autoreconf compiler:c++11-lang gmake pkgconfig
USE_GITLAB= yes
GL_SITE= https://code.videolan.org