Add compiler:c++14-lang to USES to atttempt to fix on GCC-based systems:

CMake Error in CMakeLists.txt:
  Target "opustags" requires the language dialect "CXX14" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

Unfortunately this is necessary but not sufficient.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-07-23 15:39:35 +00:00
parent abef189dcd
commit 57bfc9507b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542937

View file

@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libogg.so:audio/libogg
USES= cmake iconv pkgconfig
USES= cmake compiler:c++14-lang iconv pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= fmang