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>
This commit is contained in:
David Spencer 2015-12-11 17:24:39 +00:00 committed by Willy Sudiarto Raharjo
parent 57fb28edf6
commit c6b46aae73

View file

@ -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 \