Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 17:54:28 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: 2dd993004188 - main - devel/ebnf2yacc: Fix build with llvm16
Message-ID:  <202307231754.36NHsSFm007289@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=2dd993004188e2b97dc3904a76f2b5d1ae8cb800

commit 2dd993004188e2b97dc3904a76f2b5d1ae8cb800
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 17:01:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 17:54:16 +0000

    devel/ebnf2yacc: Fix build with llvm16
    
    Sponsored by:   The FreeBSD Foundation
---
 devel/ebnf2yacc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/ebnf2yacc/Makefile b/devel/ebnf2yacc/Makefile
index 825ebd0dc93f..e227be7e3f61 100644
--- a/devel/ebnf2yacc/Makefile
+++ b/devel/ebnf2yacc/Makefile
@@ -7,6 +7,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	EBNF to YACC
 WWW=		https://sourceforge.net/projects/ebnf2yacc/
 
+USE_CXXSTD=	c++14
+
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/ebnf2yacc



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