git: 41c8da382cde - main - audio/nyquist: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jul 2023 17:20:16 UTC
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}