audio/xmms-shn: Fixed build with gcc-5.2.0.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-12-07 22:44:58 +00:00 committed by Willy Sudiarto Raharjo
parent 53f3fca2a3
commit fc38e49f84
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -fgnu89-inline -Wno-overflow" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \