audio/samplv1-lv2: fix build with GCC-based architectures
Qt5 requires a C++11-aware compiler: checking for Qt install libraries... /usr/local/lib/qt5 checking for Qt library version >= 5.1... no; Qt 5.1 or greater is required Add USES=compiler:c++11-lang Approved by: mentors (implicit approval)
This commit is contained in:
parent
9b8c35db19
commit
0fd07ad916
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500804
@ -17,7 +17,8 @@ LIB_DEPENDS= libjack.so:audio/jack \
|
||||
liblo.so:audio/liblo \
|
||||
libsndfile.so:audio/libsndfile
|
||||
|
||||
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 New Issue
Block a user