summaryrefslogtreecommitdiffstats
path: root/system/colord/colord.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-23 15:25:49 +0100
committer Matteo Bernardini2021-01-23 15:25:49 +0100
commit3cb96e6c6185822ea365995ec48b132d639e9d7a (patch)
treee111c4fe880466b93d41d199478acb204e49e9cd /system/colord/colord.SlackBuild
parent64559ed619a826677d814471caab2acad0f7cc37 (diff)
downloadslackbuilds-current-20210123.1.tar.gz
20210123.1 global branch merge.current-20210123.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/colord/colord.SlackBuild')
-rw-r--r--system/colord/colord.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild
index 2ac2cabcf3..5112df3e32 100644
--- a/system/colord/colord.SlackBuild
+++ b/system/colord/colord.SlackBuild
@@ -95,6 +95,11 @@ 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 {} \;
+# Since polkit in current apply upstream git
+# we have to reduce the polkit version used to test
+# https://github.com/hughsie/colord/issues/36
+sed -i "s|114|113|g" configure
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \