Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2021 11:04:48 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 03d9c411b636 - main - audio/poly-lv2: add compiler:c11 to USES to fix build on GCC-based systems
Message-ID:  <202104111104.13BB4mIi020343@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03d9c411b6363e50fd58fd5a51050a9273ccd374

commit 03d9c411b6363e50fd58fd5a51050a9273ccd374
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-04-09 16:21:07 +0000
Commit:     Mark Linimon <linimon@FreeBSD.org>
CommitDate: 2021-04-11 11:00:15 +0000

    audio/poly-lv2: add compiler:c11 to USES to fix build on GCC-based systems
    
    chorus.cpp:203: error: 'nullptr' was not declared in this scope
---
 audio/poly-lv2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/poly-lv2/Makefile b/audio/poly-lv2/Makefile
index 60cd92ed67f8..850d02b18a01 100644
--- a/audio/poly-lv2/Makefile
+++ b/audio/poly-lv2/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	lv2>0:audio/lv2 \
 		${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
 
-USES=		gmake pkgconfig
+USES=		compiler:c11 gmake pkgconfig
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	polyeffects



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