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:
parent
2b2f72509f
commit
03d9c411b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user