Date: Fri, 21 Jul 2023 17:20:16 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: 41c8da382cde - main - audio/nyquist: Fix build with llvm16 Message-ID: <202307211720.36LHKGBq083883@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=41c8da382cde6a7be3278832604ca9a5eb64ce8e commit 41c8da382cde6a7be3278832604ca9a5eb64ce8e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-21 17:03:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-21 17:20:04 +0000 audio/nyquist: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- audio/nyquist/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/nyquist/Makefile b/audio/nyquist/Makefile index fbea7dffb4c1..a7543afe2b72 100644 --- a/audio/nyquist/Makefile +++ b/audio/nyquist/Makefile @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE USES= cmake zip USE_CSTD= c99 +USE_CXXSTD= c++14 WRKSRC= ${WRKDIR}/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307211720.36LHKGBq083883>