summaryrefslogtreecommitdiffstats
path: root/development/xmake/xmake.SlackBuild
diff options
context:
space:
mode:
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 \