mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
audio/spotify-qt: fix build on GCC architectures
CMake Error in CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
c3b1d6b832
commit
d78cda06b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554048
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license
|
||||
|
||||
RUN_DEPENDS= librespot:multimedia/librespot
|
||||
|
||||
USES= cmake qt:5
|
||||
USES= cmake compiler:c++11-lang qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kraxarn
|
||||
USE_QT= core dbus gui network svg widgets buildtools_build qmake_build
|
||||
|
Loading…
Reference in New Issue
Block a user