academic/grpn: 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-07 22:37:15 +00:00 committed by Willy Sudiarto Raharjo
parent 32be7da4a5
commit 1b44b838f6
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
sed -i -e "/^CFLAGS = /s/\$/ $SLKCFLAGS -fgnu89-inline/" Makefile
make
make install PREFIX=$PKG/usr