aboutsummaryrefslogtreecommitdiff
path: root/development/xmake/xmake.SlackBuild
diff options
context:
space:
mode:
authorxaizek <xaizek@posteo.net>2023-01-27 20:57:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:23:06 +0700
commit881c2147e1891ea1f6861f9a57a2e5d40989db7c (patch)
tree315725f2417a5573b39c3597f18b03feb64ca0e2 /development/xmake/xmake.SlackBuild
parentdd7dbb33614baa5bf21a406350227aab632408f9 (diff)
development/xmake: Updated for version 2.7.6.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xmake/xmake.SlackBuild')
-rw-r--r--development/xmake/xmake.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/development/xmake/xmake.SlackBuild b/development/xmake/xmake.SlackBuild
index 72b59f15a7..735e7af8ee 100644
--- a/development/xmake/xmake.SlackBuild
+++ b/development/xmake/xmake.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xmake
-VERSION=${VERSION:-2.7.5}
+VERSION=${VERSION:-2.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,11 +79,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Upstream dropped Makefiles in v2.7.5 and their alternative in the form of
-# xmake.sh fails to detect presence of lua correctly, this is a workaround.
-sed -i '/^option "lua"/,/^option_end/d' core/xmake.sh
-sed -i '/^option "luajit"/,/^option_end/d' core/xmake.sh
-
CFLAGS="$SLKCFLAGS" \
./configure --generator=gmake \
--mode=release \