audio/synthv1-lv2: fix build with GCC-based architectures

Add USES=compiler:c++11-lang to fix:
checking for Qt library version >= 5.1... no; Qt 5.1 or greater is required

Approved by:	mentors (implict approval)
This commit is contained in:
Piotr Kubaj 2019-05-20 19:54:11 +00:00
parent 524dae949f
commit 8affa32266
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502160

View file

@ -16,7 +16,8 @@ BUILD_DEPENDS= lv2>0:audio/lv2
LIB_DEPENDS= libjack.so:audio/jack \
liblo.so:audio/liblo
USES= autoreconf gl gmake pkgconfig qt:5 shared-mime-info
USES= autoreconf compiler:c++11-lang gl gmake pkgconfig qt:5 \
shared-mime-info
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= rncbc