1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

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
This commit is contained in:
Piotr Kubaj 2021-01-13 00:11:48 +00:00
parent 2f3e0534ef
commit 02135d3c9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561403

View File

@ -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