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:
parent
524dae949f
commit
8affa32266
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502160
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue