git: 0e3f4a22aaab - main - security/kuku: add compiler:c++14-lang to USES

Mark Linimon linimon at FreeBSD.org
Thu May 6 09:54:05 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e3f4a22aaab67611c9380d234264a35586e6b82

commit 0e3f4a22aaab67611c9380d234264a35586e6b82
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-06 09:53:27 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-06 09:53:27 +0000

    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.
---
 security/kuku/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the dev-commits-ports-all mailing list