mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/0ad: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d1049a9ef4
commit
7b40c63e95
1 changed files with 3 additions and 2 deletions
|
@ -71,8 +71,9 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
export CFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS"
|
||||
export CPPFLAGS="$SLKCFLAGS"
|
||||
export CXXFLAGS="$SLKCFLAGS -fpermissive"
|
||||
# and yes, it's really necessary to set CPPFLAGS like this :(
|
||||
export CPPFLAGS="$SLKCFLAGS -fpermissive"
|
||||
export LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}"
|
||||
|
||||
# Fix boost names
|
||||
|
|
Loading…
Reference in a new issue