Date: Sun, 11 Apr 2021 21:22:34 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5defa497e108 - main - multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on GCC-based systems: Message-ID: <202104112122.13BLMYIS040144@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=5defa497e10840349fbb8cec838f5841d80dc478 commit 5defa497e10840349fbb8cec838f5841d80dc478 Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-04-11 20:30:39 +0000 Commit: Mark Linimon <linimon@FreeBSD.org> CommitDate: 2021-04-11 21:01:03 +0000 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. --- multimedia/libvlcpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/libvlcpp/Makefile b/multimedia/libvlcpp/Makefile index 408c7124f482..3cd2fcd56754 100644 --- a/multimedia/libvlcpp/Makefile +++ b/multimedia/libvlcpp/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104112122.13BLMYIS040144>