aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 22:51:43 -0400
committerGitHub <noreply@github.com>2021-05-12 22:51:43 -0400
commit111703c58288f0af1e50d69e49e8536de3513194 (patch)
tree09ceebf17f7cbffa7130076b73b13497f5ec8316
parenta5e9a9eb5fc4117b28da513532ef19bc00d6c0b8 (diff)
downloadapple_cmds-111703c58288f0af1e50d69e49e8536de3513194.tar.gz
apple_cmds-111703c58288f0af1e50d69e49e8536de3513194.tar.zst
apple_cmds-111703c58288f0af1e50d69e49e8536de3513194.zip
Update Makefile
-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\"