aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--text_cmds/sort/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/text_cmds/sort/Makefile b/text_cmds/sort/Makefile
index 64c9ff0..e0e1dac 100644
--- a/text_cmds/sort/Makefile
+++ b/text_cmds/sort/Makefile
@@ -10,9 +10,13 @@ sort.1: sort.1.in
CLEANFILES+= sort.1
+# Enabled here cause not enabling it is a bad default
CFLAGS+= -DSORT_THREADS
MAN_SUB+= -e 's|%%THREADS%%||g'
+CFLAGS+= -DWITHOUT_NLS
+MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
+
# Current text_cmds version
CFLAGS+=-DSORT_VERSION=\"106\"