[packages/htmldoc] - add missing patch

baggins baggins at pld-linux.org
Tue Oct 19 00:40:50 CEST 2021


commit b64365528bfe2081d19c085d76e21dfab0be0ebf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Oct 19 00:40:40 2021 +0200

    - add missing patch

 gcc11.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/gcc11.patch b/gcc11.patch
new file mode 100644
index 0000000..f7bfa6d
--- /dev/null
+++ b/gcc11.patch
@@ -0,0 +1,11 @@
+--- htmldoc-1.8.27/htmldoc/htmlsep.cxx~	2006-05-31 17:27:28.000000000 +0200
++++ htmldoc-1.8.27/htmldoc/htmlsep.cxx	2021-10-19 00:40:19.312028523 +0200
+@@ -536,7 +536,7 @@
+     if (t->markup >= MARKUP_H1 && t->markup < (MARKUP_H1 + TocLevels) &&
+         htmlGetVariable(t, (uchar *)"_HD_OMIT_TOC") == NULL)
+     {
+-      if (heading >= 0)
++      if (heading != 0)
+         write_footer(out, *heading);
+ 
+       (*heading) ++;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/htmldoc.git/commitdiff/b64365528bfe2081d19c085d76e21dfab0be0ebf



More information about the pld-cvs-commit mailing list