From f3a6a380903f0389f71340f5d8288c7da57478d1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 21 Jan 2020 23:17:06 +0200 Subject: [PATCH] mandoc: Fix build with new gnumake --- core/mandoc/build | 1 + 1 file changed, 1 insertion(+) diff --git a/core/mandoc/build b/core/mandoc/build index 5b015e39..11f1bfed 100755 --- a/core/mandoc/build +++ b/core/mandoc/build @@ -1,6 +1,7 @@ #!/bin/sh -e sed -i 's,"more -s","less",g' main.c +sed -i "s/CC=.*/CC='$CC'/" configure cat > configure.local <