svn commit: r561700 - branches/2021Q1/multimedia/kodi-addon-pvr-iptvsimple

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 16 02:01:17 UTC 2021


Author: pkubaj
Date: Sat Jan 16 02:01:16 2021
New Revision: 561700
URL: https://svnweb.freebsd.org/changeset/ports/561700

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

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

Modified: branches/2021Q1/multimedia/kodi-addon-pvr-iptvsimple/Makefile
==============================================================================
--- branches/2021Q1/multimedia/kodi-addon-pvr-iptvsimple/Makefile	Sat Jan 16 02:00:32 2021	(r561699)
+++ branches/2021Q1/multimedia/kodi-addon-pvr-iptvsimple/Makefile	Sat Jan 16 02:01:16 2021	(r561700)
@@ -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++14-lang
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	kodi-pvr


More information about the svn-ports-branches mailing list