aboutsummaryrefslogtreecommitdiff
path: root/core/mandoc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-07 21:31:02 +0300
committerCem Keylan <cem@ckyln.com>2020-05-07 21:31:02 +0300
commitbfbc202590bf7369488eb1acdf2ea177ac8fcb43 (patch)
treeedfd1e26fcaa9a0423a612cae5d0f4b528b71448 /core/mandoc
parent580940b5123d046e5d8c344829c749027ccd5a8e (diff)
downloadrepository-bfbc202590bf7369488eb1acdf2ea177ac8fcb43.tar.gz
mandoc: gcc10 fix
Diffstat (limited to 'core/mandoc')
-rwxr-xr-xcore/mandoc/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mandoc/build b/core/mandoc/build
index f2d4d77e..c8b0167b 100755
--- a/core/mandoc/build
+++ b/core/mandoc/build
@@ -1,5 +1,6 @@
#!/bin/sh -e
+sed -i '/int dummy/d' compat_err.c
sed -i 's,"more -s","less",g' main.c
sed -i "s/CC=.*/CC='$CC'/" configure