diff options
Diffstat (limited to 'gnu/usr.bin/sort/Makefile')
-rw-r--r-- | gnu/usr.bin/sort/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index 30dd080..de752b5 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -25,6 +25,7 @@ SRCS= sort.c \ xstrtoul.c \ xstrtoumax.c -CFLAGS+=-I${.CURDIR} -I${SORTDIR}/lib -DHAVE_CONFIG_H +CFLAGS+=-I${.CURDIR} -I${SORTDIR}/lib -DHAVE_CONFIG_H \ + -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 -DLOCALEDIR=\"\" .include <bsd.prog.mk> |