git: 54def8552f32 - main - lang/maude: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 00:34:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=54def8552f323e3bdd6b11701dad210eacd1e861 commit 54def8552f323e3bdd6b11701dad210eacd1e861 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 00:33:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 00:33:39 +0000 lang/maude: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- lang/maude/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/maude/Makefile b/lang/maude/Makefile index a05a91930a8b..8490adfbe330 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= libbdd.so:science/buddy \ USES= alias autoreconf bison compiler:c++11-lang localbase:ldflags \ ncurses +USE_CXXSTD= c++14 WRKSRC= ${WRKDIR}/maude-${PORTVERSION}