1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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:
Mark Linimon 2020-08-22 05:12:13 +00:00
parent c1ff0c1c10
commit b5d9b9d730
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545737

View File

@ -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