Add compiler:c++11-lang to USES to fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1 Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
c1ff0c1c10
commit
b5d9b9d730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545737
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/GPLv3
|
|||
|
||||
LIB_DEPENDS= libnitrokey.so:security/libnitrokey
|
||||
|
||||
USES= cmake pkgconfig qt:5
|
||||
USES= cmake compiler:c++11-lang pkgconfig qt:5
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Nitrokey
|
||||
|
|
Loading…
Reference in a new issue