This port requires USES=compiler:c++11-lang to build on GCC-based
architectures. PR: 234346 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
0b3feeb923
commit
073abea4e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490088
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
|
|||
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