From 627b9707ad66755d78a9414ebf52cab19523ba0e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 23 Jun 2017 13:44:19 +0200 Subject: games/blobwars: Disabled some warnings-as-errors. Signed-off-by: Matteo Bernardini --- games/blobwars/blobwars.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/blobwars') diff --git a/games/blobwars/blobwars.SlackBuild b/games/blobwars/blobwars.SlackBuild index 1808f6e6e5006..14df961364169 100644 --- a/games/blobwars/blobwars.SlackBuild +++ b/games/blobwars/blobwars.SlackBuild @@ -63,7 +63,7 @@ sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets #doc dir fixed for slackware and help display bug. #note. the trailing / on the first make command is intentional. -make USEPAK=1 CFLAGS="$SLKCFLAGS" DOCDIR="/usr/doc/$PRGNAM-$VERSION/" +make USEPAK=1 CFLAGS="$SLKCFLAGS -Wno-error=format-truncation=" DOCDIR="/usr/doc/$PRGNAM-$VERSION/" make install USEPAK=1 DESTDIR=$PKG DOCDIR="/usr/doc/$PRGNAM-$VERSION" find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -- cgit v1.2.3