Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 15:42:02 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: 414e7619c807 - main - misc/libpredict: Fix build with llvm16
Message-ID:  <202307211542.36LFg2uE021834@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=414e7619c80751684fbc437f8e4402972243bd8b

commit 414e7619c80751684fbc437f8e4402972243bd8b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-21 15:38:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-21 15:41:48 +0000

    misc/libpredict: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 misc/libpredict/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/libpredict/Makefile b/misc/libpredict/Makefile
index 4b8cd0d025aa..5f0642761e6d 100644
--- a/misc/libpredict/Makefile
+++ b/misc/libpredict/Makefile
@@ -11,6 +11,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	la1k
 USE_LDCONFIG=	yes



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