diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 17:53:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-02-28 17:53:51 +0100 |
commit | 4567042b5145b097c962499f26511aa5106f0e60 (patch) | |
tree | 57268aa9c2d7b455eeecd5e92b5ec58b7c7a3cc6 /man/Makefile | |
parent | b251f26261309c933a43c863f81227219a9e8355 (diff) |
Add Makefile flag to disable version sorting on C libraries without strverscmp
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile index 65f2bc2..9209de1 100644 --- a/man/Makefile +++ b/man/Makefile @@ -12,6 +12,7 @@ all: ${TARGETS} -e 's/\$$MAN_CURL\$$/${MAN_CURL}/' \ -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ -e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ + -e 's/\$$MAN_VERSCMP\$$/${MAN_VERSCMP}/' \ -e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \ < ${@:.1=.pre} > $@ |