summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-06-20 09:41:08 +0200
committer Matteo Bernardini2018-06-09 09:39:00 +0200
commit3e20a437d0b35415aa50d1db5eab6b6994d6f9f6 (patch)
treec0d0ebb2f834d4960c66527b0a8858cf5b032387
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-xca.tar.gz
misc/xca: Avoid building the html docs and use the prebuilt ones.xca
This avoid issues with the newer linuxdoc-tools Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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