aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-05-06 09:53:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-05-06 09:53:27 +0000
commit0e3f4a22aaab67611c9380d234264a35586e6b82 (patch)
tree5f6c2a75055802d19f6c28be20895b39f9a5ceca
parent1551d74ab23c87841ab3fe445c7c3c0616e0700a (diff)
downloadports-0e3f4a22aaab67611c9380d234264a35586e6b82.tar.gz
ports-0e3f4a22aaab67611c9380d234264a35586e6b82.zip
security/kuku: add compiler:c++14-lang to USES
to fix build on GCC-based systems: CMake Error at CMakeLists.txt:94 (target_compile_features): The compiler feature "cxx_std_14" is not known to CXX compiler "GNU" version 4.2.1.
-rw-r--r--security/kuku/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/kuku/Makefile b/security/kuku/Makefile
index 6c2370ebcbc8..8017ab7e54e9 100644
--- a/security/kuku/Makefile
+++ b/security/kuku/Makefile
@@ -9,7 +9,7 @@ COMMENT= Cuckoo hashing library written in C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake
+USES= cmake compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes