picolisp: Update to latest patch
[termux-packages] / packages / man / manpath.c.patch
1 diff -u -r ../mdocml-1.13.2/manpath.c ./manpath.c
2 --- ../mdocml-1.13.2/manpath.c 2014-12-13 09:06:35.000000000 -0500
3 +++ ./manpath.c 2014-12-29 09:32:55.168124689 -0500
4 @@ -30,7 +30,7 @@
5 #include "mandoc_aux.h"
6 #include "manpath.h"
7
8 -#define MAN_CONF_FILE "/etc/man.conf"
9 +#define MAN_CONF_FILE "@TERMUX_PREFIX@/etc/man.conf"
10 #define MAN_CONF_KEY "_whatdb"
11
12 static void manpath_add(struct manpaths *, const char *, int);