summaryrefslogtreecommitdiffstats
path: root/games/snes9x
diff options
context:
space:
mode:
author B. Watson2017-12-21 09:31:42 +0100
committer Willy Sudiarto Raharjo2017-12-23 01:12:47 +0100
commit45b7b9ba8ae30fa446e8f339fffc560fcb02f33f (patch)
tree3bc45659594fa39e311b5e8a83487519ce16c4f3 /games/snes9x
parent50c18de310e45a609ab2e341db8b5a75619651cf (diff)
downloadslackbuilds-45b7b9ba8ae30fa446e8f339fffc560fcb02f33f.tar.gz
games/snes9x: Fix compile error.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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