2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mandoc: Enable building with CC

This commit is contained in:
Dylan Araps 2019-10-08 20:45:37 +03:00
parent 1b31553dcd
commit a92343c1ea
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -6,6 +6,7 @@ cat > configure.local <<EOF
PREFIX=/usr
MANDIR=/usr/share/man
LIBDIR=/usr/lib
CC="${CC:-gcc}"
CFLAGS="$CFLAGS"
MANPATH_DEFAULT=/usr/share/man
LN="ln -sf"