From 111703c58288f0af1e50d69e49e8536de3513194 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 12 May 2021 22:51:43 -0400 Subject: Update Makefile --- text_cmds/sort/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'text_cmds') 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\" -- cgit v1.2.3-56-ge451