Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2023 00:34:33 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: 54def8552f32 - main - lang/maude: Fix build with llvm16
Message-ID:  <202308070034.3770YX5R042967@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=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}
 



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