]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
Update Makefile
authorCameron Katri <me@cameronkatri.com>
Thu, 13 May 2021 02:51:43 +0000 (22:51 -0400)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 02:51:43 +0000 (22:51 -0400)
text_cmds/sort/Makefile

index 64c9ff022e481f55059258bd90575942ddf67937..e0e1daccc730553734bc19cf300bebe4f41bea85 100644 (file)
@@ -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\"