aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-04-09 16:21:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-04-11 11:00:15 +0000
commit03d9c411b6363e50fd58fd5a51050a9273ccd374 (patch)
tree69b49f21e34451c3a65fc9f356cbe311e2dc027d
parent2b2f72509fcb260633d0e7fa0637154bb1344c3b (diff)
downloadports-03d9c411b6363e50fd58fd5a51050a9273ccd374.tar.gz
ports-03d9c411b6363e50fd58fd5a51050a9273ccd374.zip
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
-rw-r--r--audio/poly-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
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