From 6a70a32ac6f96a67fd14fad5d407a9c46d2e4db5 Mon Sep 17 00:00:00 2001
From: Cem Keylan <cem@ckyln.com>
Date: Wed, 22 Jan 2020 01:03:01 +0300
Subject: mandoc: add fix by Dylan

---
 core/mandoc/build | 1 +
 1 file changed, 1 insertion(+)

(limited to 'core/mandoc')

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 <<EOF
 PREFIX=/usr
-- 
cgit v1.2.3