diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:31:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-07 21:31:02 +0300 |
commit | bfbc202590bf7369488eb1acdf2ea177ac8fcb43 (patch) | |
tree | edfd1e26fcaa9a0423a612cae5d0f4b528b71448 /core/mandoc/build | |
parent | 580940b5123d046e5d8c344829c749027ccd5a8e (diff) | |
download | repository-bfbc202590bf7369488eb1acdf2ea177ac8fcb43.tar.gz |
mandoc: gcc10 fix
Diffstat (limited to 'core/mandoc/build')
-rwxr-xr-x | core/mandoc/build | 1 |
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 |