summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-02-11 16:17:01 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-21 00:05:05 +0700
commitb40d8ab0817e338a13e98d9d091d8e0547de4182 (patch)
treecfdc2426767f92e6c729c3748265c498296e33be /games
parente335f3229a746347b5f49249b8f5318257d4b4b8 (diff)
downloadslackbuilds-b40d8ab0817e338a13e98d9d091d8e0547de4182.tar.gz
slackbuilds-b40d8ab0817e338a13e98d9d091d8e0547de4182.tar.xz
games/nestopia: Fix build.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/nestopia/nestopia.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild
index cc656c658b..3bee82c738 100644
--- a/games/nestopia/nestopia.SlackBuild
+++ b/games/nestopia/nestopia.SlackBuild
@@ -61,7 +61,7 @@ autoreconf -vif
GTK=${GTK:-no}
case "$GTK" in
[yY]|[yY][eE][sS]) GTK="--enable-gui" ;;
- *) NO_UMFPACK="--disable-gui" ;;
+ *) GTK="--disable-gui" ;;
esac
CFLAGS="$SLKCFLAGS" \