2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

mandoc: Fix build with GCC 10

This commit is contained in:
Dylan Araps 2020-02-12 01:29:13 +02:00
parent 08bb8332e2
commit 81fefca6c3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,6 +2,7 @@
patch -p1 < mandoc-no-warn.patch
sed -i '/int dummy/d' compat_err.c
sed -i 's,"more -s","less",g' main.c
sed -i "s/CC=.*/CC='$CC'/" configure