From d78cda06b648331d7626335a0e54fc5c24e4f9c3 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 4 Nov 2020 01:59:34 +0000 Subject: [PATCH] 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. --- audio/spotify-qt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index 34963907a374..2c0c7450f538 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -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