From bfbc202590bf7369488eb1acdf2ea177ac8fcb43 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 7 May 2020 21:31:02 +0300 Subject: mandoc: gcc10 fix --- core/mandoc/build | 1 + 1 file changed, 1 insertion(+) (limited to 'core/mandoc') 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 -- cgit v1.2.3