Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 17:43:25 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 609696af6544 - main - security/yapet: Fix build with llvm16
Message-ID:  <202307201743.36KHhP5a036704@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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