summaryrefslogtreecommitdiffstats
path: root/network/weechat/01_fix_asciidoctor_options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/weechat/01_fix_asciidoctor_options.patch')
-rw-r--r--network/weechat/01_fix_asciidoctor_options.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/network/weechat/01_fix_asciidoctor_options.patch b/network/weechat/01_fix_asciidoctor_options.patch
deleted file mode 100644
index 438ed7c3b4..0000000000
--- a/network/weechat/01_fix_asciidoctor_options.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Build html documentation without requiring data (javascript,
- fonts) on external websites (potential privacy breach)
-Author: Emmanuel Bouthenot <kolter@debian.org>
-Forwarded: not-needed
-Last-Update: 2016-10-06
-Note: 20211018 bkw: patch modified from Debian version: instead of
-setting the source highlighter to 'pygments' (which isn't part of
-Slackware), I disabled source highlighting entirely.
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/doc/CMakeLists.txt
-+++ b/doc/CMakeLists.txt
-@@ -21,7 +21,7 @@
- if(ENABLE_MAN OR ENABLE_DOC)
- find_package(Asciidoctor)
- if(ASCIIDOCTOR_FOUND)
-- set(ASCIIDOCTOR_ARGS -a experimental -a "prewrap!" -a icons=font -a revnumber="${VERSION}" -a sectanchors -a source-highlighter=prettify)
-+ set(ASCIIDOCTOR_ARGS -a experimental -a reproducible -a "prewrap!" -a "webfonts!" -a revnumber="${VERSION}" -a sectanchors -a "source-highlighter!")
- add_subdirectory(cs)
- add_subdirectory(de)
- add_subdirectory(en)