Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 17:43:34 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: c2cf9ce355cc - main - audio/caps-lv2: Fix build with llvm16
Message-ID:  <202307201743.36KHhYET036868@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=c2cf9ce355cc8f9ffffcf6cb6f5f3b09280458c6

commit c2cf9ce355cc8f9ffffcf6cb6f5f3b09280458c6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-20 16:10:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-20 17:42:38 +0000

    audio/caps-lv2: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 audio/caps-lv2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/caps-lv2/Makefile b/audio/caps-lv2/Makefile
index 6b9fad62011a..1bca1c704849 100644
--- a/audio/caps-lv2/Makefile
+++ b/audio/caps-lv2/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	lv2>0:audio/lv2
 
 USES=		gmake localbase
+USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	moddevices
 GH_TAGNAME=	5d52a0c



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