commit bfbc202590bf7369488eb1acdf2ea177ac8fcb43 parent 580940b5123d046e5d8c344829c749027ccd5a8e Author: Cem Keylan <cem@ckyln.com> Date: Thu, 7 May 2020 21:31:02 +0300 mandoc: gcc10 fix Diffstat:
M | core/mandoc/build | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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