svn commit: r537170 - head/multimedia/kodi-devel

Tobias Kortkamp tobik at FreeBSD.org
Sun May 31 14:45:21 UTC 2020


Author: tobik
Date: Sun May 31 14:45:20 2020
New Revision: 537170
URL: https://svnweb.freebsd.org/changeset/ports/537170

Log:
  multimedia/kodi-devel needs c++14

Modified:
  head/multimedia/kodi-devel/Makefile

Modified: head/multimedia/kodi-devel/Makefile
==============================================================================
--- head/multimedia/kodi-devel/Makefile	Sun May 31 14:43:20 2020	(r537169)
+++ head/multimedia/kodi-devel/Makefile	Sun May 31 14:45:20 2020	(r537170)
@@ -52,7 +52,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:database
 # Building libcpluff.a requires autoreconf and gmake.  Using ninja
 # leads to dependency problems where libcpluff.a is not yet finished
 # building when it's required.
-USES=		autoreconf:build cmake:noninja compiler:c++11-lang gettext gl \
+USES=		autoreconf:build cmake:noninja compiler:c++14-lang gettext gl \
 		gmake gnome iconv:wchar_t jpeg libtool pkgconfig python:3.5+ \
 		sqlite ssl
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list