projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03515d0
)
mandoc: fix compilation with GCC10
author
Rosen Penev
<rosenp@gmail.com>
Tue, 16 Mar 2021 04:13:37 +0000
(21:13 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Sun, 21 Mar 2021 17:30:20 +0000
(10:30 -0700)
This is probably fixed in CVS. Unfortunately, I have no idea how to
import such a patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/mandoc/patches/020-gcc10.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/mandoc/patches/020-gcc10.patch
b/utils/mandoc/patches/020-gcc10.patch
new file mode 100644
(file)
index 0000000..
fc72324
--- /dev/null
+++ b/
utils/mandoc/patches/020-gcc10.patch
@@ -0,0
+1,11
@@
+--- a/compat_getline.c
++++ b/compat_getline.c
+@@ -2,7 +2,7 @@
+
+ #if HAVE_GETLINE
+
+-int dummy;
++extern int dummy;
+
+ #else
+