diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-11 17:15:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 7f104ed3cad7acfb7ffb16d3650f5abc9c80fbc8 (patch) | |
tree | e0c23441e9f9476eca5d8cf77c650b668c56a660 /games/frogatto/frogatto.SlackBuild | |
parent | 735bb6413fe69d45e362de3499637f841e9bfe6d (diff) | |
download | slackbuilds-7f104ed3cad7acfb7ffb16d3650f5abc9c80fbc8.tar.gz |
games/frogatto: Fixed build with gcc-5.2.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'games/frogatto/frogatto.SlackBuild')
-rw-r--r-- | games/frogatto/frogatto.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frogatto/frogatto.SlackBuild b/games/frogatto/frogatto.SlackBuild index a33cebcbe5..85f417830f 100644 --- a/games/frogatto/frogatto.SlackBuild +++ b/games/frogatto/frogatto.SlackBuild @@ -78,7 +78,7 @@ sed -i 's,-mt,,g' Makefile make \ CC=gcc \ CXX=g++ \ - OPT="$SLKCFLAGS" \ + OPT="$SLKCFLAGS -fgnu89-inline" \ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" || exit 1 mkdir -p $PKG/usr/libexec/frogatto |