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
This commit is contained in:
Mark Linimon 2021-04-09 16:21:07 +00:00
parent 2b2f72509f
commit 03d9c411b6

View File

@ -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