Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 09:54:05 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0e3f4a22aaab - main - security/kuku: add compiler:c++14-lang to USES
Message-ID:  <202105060954.1469s5Cs067414@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

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

commit 0e3f4a22aaab67611c9380d234264a35586e6b82
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-06 09:53:27 +0000
Commit:     Mark Linimon <linimon@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105060954.1469s5Cs067414>