Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2021 00:11:49 +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: r561403 - head/multimedia/kodi-addon-pvr-hts
Message-ID:  <202101130011.10D0BnbP003266@repo.freebsd.org>

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

Log:
  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.
  
  MFH:		2021Q1

Modified:
  head/multimedia/kodi-addon-pvr-hts/Makefile

Modified: head/multimedia/kodi-addon-pvr-hts/Makefile
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/Makefile	Tue Jan 12 23:55:31 2021	(r561402)
+++ head/multimedia/kodi-addon-pvr-hts/Makefile	Wed Jan 13 00:11:48 2021	(r561403)
@@ -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?202101130011.10D0BnbP003266>