mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
mandoc: Enable building with CC
This commit is contained in:
parent
1b31553dcd
commit
a92343c1ea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user