Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 14:46:53 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: e8effd90ef9d - main - audio/darkice: Fix build with llvm16
Message-ID:  <202308051446.375EkroC059597@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=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



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