summaryrefslogtreecommitdiffstats
path: root/development/hugs98
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-11 17:24:39 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitc6b46aae738d02de90848a62063be03e85b2f464 (patch)
tree3733452a63edd06573a2daeba91496a425495188 /development/hugs98
parent57fb28edf6c816cd6d03d7aceda788c8d9f5c284 (diff)
downloadslackbuilds-c6b46aae738d02de90848a62063be03e85b2f464.tar.gz
slackbuilds-c6b46aae738d02de90848a62063be03e85b2f464.tar.xz
development/hugs98: 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 'development/hugs98')
-rw-r--r--development/hugs98/hugs98.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/development/hugs98/hugs98.SlackBuild b/development/hugs98/hugs98.SlackBuild
index 6e2139d09a..10761fef23 100644
--- a/development/hugs98/hugs98.SlackBuild
+++ b/development/hugs98/hugs98.SlackBuild
@@ -68,9 +68,8 @@ 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" \
-# most --enable's are autodetected by configure (like opengl, ffi and io encoding)
./configure \
--prefix=/usr \
--sysconfdir=/etc \