From b40d8ab0817e338a13e98d9d091d8e0547de4182 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 11 Feb 2021 16:17:01 -0500 Subject: games/nestopia: Fix build. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/nestopia/nestopia.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild index cc656c658b776..3bee82c738ca2 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" \ -- cgit v1.2.3