From 45b7b9ba8ae30fa446e8f339fffc560fcb02f33f Mon Sep 17 00:00:00 2001 From: B. Watson Date: Thu, 21 Dec 2017 03:31:42 -0500 Subject: games/snes9x: Fix compile error. Signed-off-by: B. Watson --- games/snes9x/snes9x.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/snes9x') 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 -- cgit v1.2.3