summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/liferea/liferea.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/liferea/liferea.SlackBuild b/network/liferea/liferea.SlackBuild
index d7f734617e..bb97d03143 100644
--- a/network/liferea/liferea.SlackBuild
+++ b/network/liferea/liferea.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=liferea
VERSION=${VERSION:-1.12.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,6 +80,9 @@ 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 {} \;
+# https://github.com/lwindolf/liferea/issues/767
+export WEBKIT_DISABLE_COMPOSITING_MODE=1
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \