Date: Sat, 16 Jan 2021 01:10:31 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561695 - branches/2021Q1/multimedia/kodi-addon-peripheral-joystick Message-ID: <202101160110.10G1AVZO009304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101160110.10G1AVZO009304>