mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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:
parent
abef189dcd
commit
57bfc9507b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542937
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue