mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +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:
parent
2f3e0534ef
commit
02135d3c9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561403
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user