git: 03d9c411b636 - main - audio/poly-lv2: add compiler:c11 to USES to fix build on GCC-based systems
Mark Linimon
linimon at FreeBSD.org
Sun Apr 11 11:04:48 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=03d9c411b6363e50fd58fd5a51050a9273ccd374
commit 03d9c411b6363e50fd58fd5a51050a9273ccd374
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-04-09 16:21:07 +0000
Commit: Mark Linimon <linimon at 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
More information about the dev-commits-ports-all
mailing list