Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2021 00:12:29 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r561404 - branches/2021Q1/multimedia/kodi-addon-pvr-hts
Message-ID:  <202101130012.10D0CTlb007423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan 13 00:12:29 2021
New Revision: 561404
URL: https://svnweb.freebsd.org/changeset/ports/561404

Log:
  MFH: r561403
  
  multimedia/kodi-addon-pvr-hts: fix build on GCC architectures
  
  CMake Error in CMakeLists.txt:
    Target "pvr.hts" requires the language dialect "CXX17" , but CMake does not
    know the compile flags to use to enable it.

Modified:
  branches/2021Q1/multimedia/kodi-addon-pvr-hts/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/multimedia/kodi-addon-pvr-hts/Makefile
==============================================================================
--- branches/2021Q1/multimedia/kodi-addon-pvr-hts/Makefile	Wed Jan 13 00:11:48 2021	(r561403)
+++ branches/2021Q1/multimedia/kodi-addon-pvr-hts/Makefile	Wed Jan 13 00:12:29 2021	(r561404)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libp8-platform.so:devel/p8-platform \
 		libpugixml.so:textproc/pugixml
 RUN_DEPENDS=	kodi:multimedia/kodi
 
-USES=		cmake:noninja
+USES=		cmake:noninja compiler:c++17-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kodi-pvr



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