From 3fce558d53e3300539e9470f659373ebd22d521d Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Fri, 25 Aug 2023 22:06:27 +0900 Subject: games/fceux: Fix building on -current. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- games/fceux/README | 4 ---- games/fceux/fceux.SlackBuild | 5 +---- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'games') 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 \ -- cgit v1.2.3