summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2017-12-21 09:31:42 +0100
committer Willy Sudiarto Raharjo2017-12-23 01:12:47 +0100
commita61e91f0b38f4501ddbb13b40e19ec1c2ea775e1 (patch)
tree47228eac7612afa34c7aa355189d48e6a272e01d
parentb5207a07580bfd267e141a26b0c5df712ae06ff3 (diff)
downloadold.slackbuilds-a61e91f0b38f4501ddbb13b40e19ec1c2ea775e1.tar.gz
games/snes9x: Fix compile error.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--games/snes9x/snes9x.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild
index d28e5de579..ff2a557a8d 100644
--- a/games/snes9x/snes9x.SlackBuild
+++ b/games/snes9x/snes9x.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20171221 bkw: use --without-system-zip to build bundled unzip, instead
+# of adding minizip as a dependency.
# 20171213 bkw: update for 1.55.
# 20170302 bkw: use long-format github URL
# 20161015 bkw: update for 1.54.1. script has changed enough that it
@@ -70,6 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--with-netplay \
+ --without-system-zip \
--build=$ARCH-slackware-linux
make