aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2023-01-30 21:26:49 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2023-01-30 21:26:49 +0000
commitbcad3f96ae97671e50faaa6d8226ec4f598ba929 (patch)
treec81ba6482a5371f308d3f03c6c6c6e9352a32b55
parentef7d10fde4f650c7e9ef207af53d5f116b689826 (diff)
downloadsrc-bcad3f96ae97671e50faaa6d8226ec4f598ba929.tar.gz
src-bcad3f96ae97671e50faaa6d8226ec4f598ba929.zip
gh-bc: fix build with WITHOUT_NLS_CATALOGS=YES
-rw-r--r--usr.bin/gh-bc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/gh-bc/Makefile b/usr.bin/gh-bc/Makefile
index 77c5d8f1d270..de0c8f36bbc8 100644
--- a/usr.bin/gh-bc/Makefile
+++ b/usr.bin/gh-bc/Makefile
@@ -47,7 +47,6 @@ CFLAGS+= -DBC_ENABLE_EXTRA_MATH=1
CFLAGS+= -DBC_ENABLE_HISTORY=1
CFLAGS+= -DBC_ENABLE_LIBRARY=0
CFLAGS+= -DBC_ENABLE_MEMCHECK=0
-CFLAGS+= -DBC_ENABLE_NLS=1
CFLAGS+= -DBC_EXCLUDE_EXTRA_MATH=0
CFLAGS+= -DDC_DEFAULT_DIGIT_CLAMP=0