summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Matteo Bernardini2022-08-02 09:52:43 +0200
committer Matteo Bernardini2022-08-02 09:52:43 +0200
commit93fc3c470fe292665db464c7ae9d370fb47851a9 (patch)
tree16ae319d8b113339b4747b83a80f7af61d20286e /games
parent7d5e7e0843f54c6ba993f6b6fd99f766b51217a2 (diff)
downloadslackbuilds-current-20220802.1.tar.gz
20220802.1 global branch merge.current-20220802.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/warzone2100/warzone2100.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warzone2100/warzone2100.SlackBuild b/games/warzone2100/warzone2100.SlackBuild
index 8cf0d36841..9de41a1968 100644
--- a/games/warzone2100/warzone2100.SlackBuild
+++ b/games/warzone2100/warzone2100.SlackBuild
@@ -92,7 +92,7 @@ mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS -Wno-error=alloc-zero -Wno-error=array-bounds" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_MANDIR=/usr/man \