svn commit: r561403 - head/multimedia/kodi-addon-pvr-hts

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 00:11:49 UTC 2021


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


More information about the svn-ports-all mailing list