summaryrefslogtreecommitdiffstats
path: root/office/htmldoc/build_fix.patch
diff options
context:
space:
mode:
author Matteo Bernardini2020-01-03 23:09:25 +0100
committer Matteo Bernardini2020-01-03 23:09:25 +0100
commit95008285045d7130c028d6755dcc2bae5387cb22 (patch)
tree65f9ab22c4711d52dbe2d3a77112b00e4a8e051d /office/htmldoc/build_fix.patch
parent66bb71ec178eb531b8a07c19457800341c8f0d9f (diff)
downloadslackbuilds-current-20200103.1.tar.gz
20200103.1 global branch merge.current-20200103.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/htmldoc/build_fix.patch')
-rw-r--r--office/htmldoc/build_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/htmldoc/build_fix.patch b/office/htmldoc/build_fix.patch
new file mode 100644
index 0000000000..f0e2e64993
--- /dev/null
+++ b/office/htmldoc/build_fix.patch
@@ -0,0 +1,11 @@
+--- htmldoc/ps-pdf.cxx.orig 2018-04-10 11:56:03 UTC
++++ htmldoc/ps-pdf.cxx
+@@ -5361,7 +5361,7 @@ parse_pre(tree_t *t, /* I - Tree to parse */
+ line[10240],
+ *lineptr,
+ *dataptr;
+- int col;
++ volatile int col;
+ float width,
+ height,
+ rgb[3];