summaryrefslogtreecommitdiffstats
path: root/misc/xca/xca.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2018-07-28 07:58:42 +0200
committer Matteo Bernardini2018-07-28 07:58:42 +0200
commiteb9f09f3aa50f7ba72b87af629558f74d5be6d10 (patch)
treec1c2c71c4a37f5fca8c5f677d996b2113f71c3bb /misc/xca/xca.SlackBuild
parentdfc1e15955c74e1614673fed21a3b14a27b6bbcc (diff)
downloadslackbuilds-a6baba4882bac756b94c1d18e39cbbebc9bfe031.tar.gz
20180728.1 global branch merge.current-20180728.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/xca/xca.SlackBuild')
-rw-r--r--misc/xca/xca.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/xca/xca.SlackBuild b/misc/xca/xca.SlackBuild
index 667eb50d9f..903a101f97 100644
--- a/misc/xca/xca.SlackBuild
+++ b/misc/xca/xca.SlackBuild
@@ -69,6 +69,10 @@ 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 {} \;
+# Hack to avoid building the html docs, broken with the newer linuxdoc-tools
+sed -i '/case "$DOCTOOL" in/i \
+DOCTOOL=true' configure
+
sed -i \
-e 's/LIBS="\${LIBS} \${OPENSSL_LIBS}\${QT_LIBS}"/LIBS="\${LIBS} \${OPENSSL_LIBS} \${QT_LIBS}"/' \
configure