mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license
|
||||||
|
|
||||||
RUN_DEPENDS= librespot:multimedia/librespot
|
RUN_DEPENDS= librespot:multimedia/librespot
|
||||||
|
|
||||||
USES= cmake qt:5
|
USES= cmake compiler:c++11-lang qt:5
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= kraxarn
|
GH_ACCOUNT= kraxarn
|
||||||
USE_QT= core dbus gui network svg widgets buildtools_build qmake_build
|
USE_QT= core dbus gui network svg widgets buildtools_build qmake_build
|
||||||
|
|
Loading…
Add table
Reference in a new issue