From b5d9b9d730e0828acf873b9dbde458d1683479c4 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Aug 2020 05:12:13 +0000 Subject: [PATCH] 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) --- security/nitrokey-app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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