svn commit: r561695 - branches/2021Q1/multimedia/kodi-addon-peripheral-joystick

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 16 01:10:31 UTC 2021


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

Log:
  MFH: r561694
  
  multimedia/kodi-addon-peripheral-joystick: fix build on GCC architectures
  
      cc1plus: error: unrecognized command line option "-std=c++14"

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

Modified: branches/2021Q1/multimedia/kodi-addon-peripheral-joystick/Makefile
==============================================================================
--- branches/2021Q1/multimedia/kodi-addon-peripheral-joystick/Makefile	Sat Jan 16 01:09:45 2021	(r561694)
+++ branches/2021Q1/multimedia/kodi-addon-peripheral-joystick/Makefile	Sat Jan 16 01:10:30 2021	(r561695)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libp8-platform.so:devel/p8-platform \
 		libudev.so:devel/libudev-devd
 RUN_DEPENDS=	kodi:multimedia/kodi
 
-USES=		cmake:noninja
+USES=		cmake:noninja compiler:c++14-lang
 USE_CXXSTD=	c++14
 USE_GITHUB=	yes
 GH_ACCOUNT=	xbmc


More information about the svn-ports-branches mailing list