Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
mandoc: Enable building with CC
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 8, 2019
1 parent 1b31553 commit a92343c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/mandoc/build
Expand Up @@ -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"
Expand Down

0 comments on commit a92343c

Please sign in to comment.