git: e8effd90ef9d - main - audio/darkice: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 14:46:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8effd90ef9dae01b18f8aef33734ad2c6f5d2b8 commit e8effd90ef9dae01b18f8aef33734ad2c6f5d2b8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 14:10:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 14:46:36 +0000 audio/darkice: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- audio/darkice/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 760ff1d3c440..5cf3bbbacf0e 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig +USE_CXXSTD= c++14 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa