summaryrefslogtreecommitdiffstats
path: root/games/quakeforge
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-11 17:15:58 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit5a7920d80c4d5576c96626ddf041a080cd31f36b (patch)
tree27c4d7dad260f34a551659aa58e2537add763c74 /games/quakeforge
parentca726eb01f9eabd7e71e6cf009d96106ee6dc5b0 (diff)
downloadslackbuilds-5a7920d80c4d5576c96626ddf041a080cd31f36b.tar.gz
slackbuilds-5a7920d80c4d5576c96626ddf041a080cd31f36b.tar.xz
games/quakeforge: 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>
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/quakeforge.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/quakeforge.SlackBuild b/games/quakeforge/quakeforge.SlackBuild
index f87d79f98b..528465162b 100644
--- a/games/quakeforge/quakeforge.SlackBuild
+++ b/games/quakeforge/quakeforge.SlackBuild
@@ -57,7 +57,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fgnu89-inline" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \