diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/fceux/README | 4 | ||||
-rw-r--r-- | games/fceux/fceux.SlackBuild | 5 |
2 files changed, 1 insertions, 8 deletions
diff --git a/games/fceux/README b/games/fceux/README index 73ded9e648ab..8b0cf718e0c8 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 3c8f2adcb35d..b13747748362 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 \ |