summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author M.Dinslage2023-08-25 15:06:27 +0200
committer Willy Sudiarto Raharjo2023-08-26 14:06:58 +0200
commit3fce558d53e3300539e9470f659373ebd22d521d (patch)
tree2d421414b0dcda18ced8a4cc1b50f3afca3c7e7f /games
parent44e6553a11e78c3354861c9feadcbc7d607d0f21 (diff)
downloadslackbuilds-3fce558d53e3300539e9470f659373ebd22d521d.tar.gz
games/fceux: Fix building on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/fceux/README4
-rw-r--r--games/fceux/fceux.SlackBuild5
2 files changed, 1 insertions, 8 deletions
diff --git a/games/fceux/README b/games/fceux/README
index 73ded9e648..8b0cf718e0 100644
--- a/games/fceux/README
+++ b/games/fceux/README
@@ -4,7 +4,3 @@ Famicom Disk System (FDS) emulator. It supports both PAL
and SDL versions for cross compatibility.
Optional dependencies are x264 and x265
-
-Lua 5.1.x is required for fceux, however it will use an internal
-version if not found during build. So it is optional but not
-nescessary to install Lua 5.1 for fceux to work.
diff --git a/games/fceux/fceux.SlackBuild b/games/fceux/fceux.SlackBuild
index 3c8f2adcb3..b137477483 100644
--- a/games/fceux/fceux.SlackBuild
+++ b/games/fceux/fceux.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fceux
VERSION=${VERSION:-2.6.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,9 +82,6 @@ find -L . \
# Fix incorrect version name
sed -i 's/-interim git//g' src/version.h
-# Fix Lua 5.1.x detection
-sed -i 's/LUA lua5.1 lua-5.1/LUA lua5.1 lua-5.1 lua/g' src/CMakeLists.txt
-
mkdir -p build
cd build
cmake \