summaryrefslogtreecommitdiffstats
path: root/network/trojita/trojita.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/trojita/trojita.SlackBuild')
-rw-r--r--network/trojita/trojita.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/trojita/trojita.SlackBuild b/network/trojita/trojita.SlackBuild
index 0b9f72d426..c62198bbe6 100644
--- a/network/trojita/trojita.SlackBuild
+++ b/network/trojita/trojita.SlackBuild
@@ -4,7 +4,7 @@
# Written by Chris Farrell <timcowchip@gmail.com>
PRGNAM=trojita
-VERSION=${VERSION:-0.7}
+VERSION=${VERSION:-20201106_b4f24d7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,6 +52,7 @@ 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 {} \;
+# Building with ragel 7 is broken ATM, see https://bugs.kde.org/show_bug.cgi?id=426061
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
@@ -59,6 +60,7 @@ cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DWITH_RAGEL=OFF \
.
make VERBOSE=1
make install DESTDIR=$PKG