devel/kodi-platform: fix build on GCC architectures

cc1plus: error: unrecognized command line option "-std=c++11"
This commit is contained in:
Piotr Kubaj 2020-12-21 10:43:05 +00:00
parent e133d45daf
commit d46fdd975e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558811

View File

@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/kodi/cmake/KodiConfig.cmake:multimedia/kodi
LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \
libp8-platform.so:devel/p8-platform
USES= cmake
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= xbmc