aboutsummaryrefslogtreecommitdiff
path: root/security/libnitrokey
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-08-22 05:06:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-08-22 05:06:18 +0000
commitc1ff0c1c10eb65314e64b3b306178c7f0cf65b64 (patch)
tree26ea9888f203bf84346fe5eec5be933c3282b460 /security/libnitrokey
parenta6b87cb9b47f83135637cdfe799ce749445d7422 (diff)
downloadports-c1ff0c1c10eb65314e64b3b306178c7f0cf65b64.tar.gz
ports-c1ff0c1c10eb65314e64b3b306178c7f0cf65b64.zip
Add compiler:c++14-lang to USES to fix build on GCC-based architectures:
CMake Error in CMakeLists.txt: Target "nitrokey" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=545736
Diffstat (limited to 'security/libnitrokey')
-rw-r--r--security/libnitrokey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libnitrokey/Makefile b/security/libnitrokey/Makefile
index 40e07db9c66d..29e956c4c50e 100644
--- a/security/libnitrokey/Makefile
+++ b/security/libnitrokey/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libhidapi.so:comms/hidapi \
libudev.so:devel/libudev-devd
-USES= cmake pkgconfig
+USES= cmake compiler:c++14-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Nitrokey