mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/kodi: Fix build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b306dfe7dc
commit
1250fed38f
1 changed files with 5 additions and 0 deletions
|
@ -104,6 +104,11 @@ patch -p0 < $CWD/patches/kodi-texturepacker.patch
|
|||
cat lib/afpfs-ng/fix_afpfs-ng_includes.patch | head -1336 | tail -1172 | patch -p1
|
||||
AFPFS_NGFLAGS="-I$PWD/include"
|
||||
|
||||
# Fix build failure with new g++ or libstdc++ or whatever
|
||||
sed -i \
|
||||
-e 's/#define projectM_isnan isnan/#define projectM_isnan std::isnan/' \
|
||||
xbmc/visualizations/XBMCProjectM/libprojectM/Common.hpp
|
||||
|
||||
# The version of ffmpeg on SBo is too old to compile kodi.
|
||||
# Optional ffmpeg is still available but not turned on by
|
||||
# default.
|
||||
|
|
Loading…
Reference in a new issue