diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-21 03:31:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-23 07:12:47 +0700 |
commit | 45b7b9ba8ae30fa446e8f339fffc560fcb02f33f (patch) | |
tree | 3bc45659594fa39e311b5e8a83487519ce16c4f3 /games/snes9x | |
parent | 50c18de310e45a609ab2e341db8b5a75619651cf (diff) |
games/snes9x: Fix compile error.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/snes9x')
-rw-r--r-- | games/snes9x/snes9x.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/snes9x/snes9x.SlackBuild b/games/snes9x/snes9x.SlackBuild index d28e5de579e8..ff2a557a8dd3 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 |