Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 01:59:35 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554048 - head/audio/spotify-qt
Message-ID:  <202011040159.0A41xZAA061705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011040159.0A41xZAA061705>