git: 609696af6544 - main - security/yapet: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jul 2023 17:43:25 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=609696af6544196daee3bfd74946a39945c9b5d7 commit 609696af6544196daee3bfd74946a39945c9b5d7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-20 14:39:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-20 17:42:36 +0000 security/yapet: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/yapet/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/yapet/Makefile b/security/yapet/Makefile index 6d8bea89011d..ea6b9830794c 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -15,6 +15,7 @@ LIB_DEPENDS+= libargon2.so:security/libargon2 \ libcppunit.so:devel/cppunit USES= compiler:c++14-lang gmake ncurses ssl pkgconfig +USE_CXXSTD= c++14 GNU_CONFIGURE= yes