summaryrefslogtreecommitdiffstats
path: root/games/fceux/fceux.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2023-08-25 22:06:27 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-26 19:06:58 +0700
commit3fce558d53e3300539e9470f659373ebd22d521d (patch)
tree2d421414b0dcda18ced8a4cc1b50f3afca3c7e7f /games/fceux/fceux.SlackBuild
parent44e6553a11e78c3354861c9feadcbc7d607d0f21 (diff)
downloadslackbuilds-3fce558d53e3300539e9470f659373ebd22d521d.tar.gz
slackbuilds-3fce558d53e3300539e9470f659373ebd22d521d.tar.xz
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 '')
-rw-r--r--games/fceux/fceux.SlackBuild5
1 files changed, 1 insertions, 4 deletions
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 \