mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/xbmc: Added new parameter for NVidia headers.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0044b27888
commit
d771c0ab97
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=xbmc
|
||||
VERSION=${VERSION:-13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -118,8 +118,8 @@ fi
|
|||
# Build the pvr addons.
|
||||
cd $PRGNAM-pvr-addons-13.0-Gotham
|
||||
./bootstrap
|
||||
CFLAGS="$SLKCFLAGS $AFPFS_NGFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS $AFPFS_NGFLAGS" \
|
||||
CFLAGS="$SLKCFLAGS $AFPFS_NGFLAGS -DGL_GLEXT_PROTOTYPES" \
|
||||
CXXFLAGS="$SLKCFLAGS $AFPFS_NGFLAGS -DGL_GLEXT_PROTOTYPES" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX}/xbmc/addons \
|
||||
|
|
Loading…
Reference in a new issue