mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
audio/pianobooster: fix build on GCC architectures
Use C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
7998a7390e
commit
a65eee55a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532678
@ -15,7 +15,7 @@ LIB_DEPENDS= libftgl.so:graphics/ftgl \
|
||||
libjack.so:audio/jack \
|
||||
librtmidi.so:audio/rtmidi
|
||||
|
||||
USES= cmake desktop-file-utils gl pkgconfig qt:5
|
||||
USES= cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= captnfab
|
||||
GH_PROJECT= PianoBooster
|
||||
|
Loading…
Reference in New Issue
Block a user