git: bcad3f96ae97 - main - gh-bc: fix build with WITHOUT_NLS_CATALOGS=YES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 21:27:05 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=bcad3f96ae97671e50faaa6d8226ec4f598ba929
commit bcad3f96ae97671e50faaa6d8226ec4f598ba929
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2023-01-30 21:26:49 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2023-01-30 21:26:49 +0000
gh-bc: fix build with WITHOUT_NLS_CATALOGS=YES
---
usr.bin/gh-bc/Makefile | 1 -
1 file changed, 1 deletion(-)
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