svn commit: r561404 - branches/2021Q1/multimedia/kodi-addon-pvr-hts

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 00:12:29 UTC 2021


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


More information about the svn-ports-branches mailing list