aboutsummaryrefslogtreecommitdiff
path: root/security/nitrokey-app
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-08-22 05:12:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-08-22 05:12:13 +0000
commitb5d9b9d730e0828acf873b9dbde458d1683479c4 (patch)
treefe2340c21f18d889fdcbec07618bb4813a471e88 /security/nitrokey-app
parentc1ff0c1c10eb65314e64b3b306178c7f0cf65b64 (diff)
downloadports-b5d9b9d730e0828acf873b9dbde458d1683479c4.tar.gz
ports-b5d9b9d730e0828acf873b9dbde458d1683479c4.zip
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)
Notes
Notes: svn path=/head/; revision=545737
Diffstat (limited to 'security/nitrokey-app')
-rw-r--r--security/nitrokey-app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nitrokey-app/Makefile b/security/nitrokey-app/Makefile
index a0f8613b38ca..758c4bf6a4d2 100644
--- a/security/nitrokey-app/Makefile
+++ b/security/nitrokey-app/Makefile
@@ -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