svn commit: r554048 - head/audio/spotify-qt

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 4 01:59:35 UTC 2020


Author: pkubaj
Date: Wed Nov  4 01:59:34 2020
New Revision: 554048
URL: https://svnweb.freebsd.org/changeset/ports/554048

Log:
  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.

Modified:
  head/audio/spotify-qt/Makefile

Modified: head/audio/spotify-qt/Makefile
==============================================================================
--- head/audio/spotify-qt/Makefile	Wed Nov  4 01:52:51 2020	(r554047)
+++ head/audio/spotify-qt/Makefile	Wed Nov  4 01:59:34 2020	(r554048)
@@ -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


More information about the svn-ports-all mailing list