Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 21:27:05 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bcad3f96ae97 - main - gh-bc: fix build with WITHOUT_NLS_CATALOGS=YES
Message-ID:  <202301302127.30ULR5fN088382@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301302127.30ULR5fN088382>