summaryrefslogtreecommitdiffstats
path: root/games/snes9x
diff options
context:
space:
mode:
Diffstat (limited to 'games/snes9x')
-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