summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-23 13:44:19 +0200
committer Matteo Bernardini2018-06-09 07:47:34 +0200
commitc8300253e0779d31badc6334f40a97f3db962bde (patch)
tree65c9a71735df80e9c0ddb14bf9982e69e9d80b46
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-blobwars.tar.gz
games/blobwars: Disabled some warnings-as-errors.blobwars
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--games/blobwars/blobwars.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blobwars/blobwars.SlackBuild b/games/blobwars/blobwars.SlackBuild
index 1808f6e6e5..14df961364 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 \