Date: Sat, 16 Jan 2021 02:00:32 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561699 - head/multimedia/kodi-addon-pvr-iptvsimple Message-ID: <202101160200.10G20WdK041302@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Jan 16 02:00:32 2021 New Revision: 561699 URL: https://svnweb.freebsd.org/changeset/ports/561699 Log: 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. MFH: 2021Q1 Modified: head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Modified: head/multimedia/kodi-addon-pvr-iptvsimple/Makefile ============================================================================== --- head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Sat Jan 16 01:28:27 2021 (r561698) +++ head/multimedia/kodi-addon-pvr-iptvsimple/Makefile Sat Jan 16 02:00:32 2021 (r561699) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101160200.10G20WdK041302>