Date: Sat, 1 Oct 2022 03:46:04 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cc83ec0f744f - main - shells/bash: Fix build with NLS disabled Message-ID: <202210010346.2913k4M6017129@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc83ec0f744fb159bd48303d15c09aa0c6cb38a4 commit cc83ec0f744fb159bd48303d15c09aa0c6cb38a4 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2022-10-01 03:45:48 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2022-10-01 03:45:59 +0000 shells/bash: Fix build with NLS disabled --- shells/bash/files/patch-examples_loadables_getconf.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/shells/bash/files/patch-examples_loadables_getconf.c b/shells/bash/files/patch-examples_loadables_getconf.c new file mode 100644 index 000000000000..48d14a055ede --- /dev/null +++ b/shells/bash/files/patch-examples_loadables_getconf.c @@ -0,0 +1,11 @@ +--- examples/loadables/getconf.c.orig 2022-10-01 03:42:16 UTC ++++ examples/loadables/getconf.c +@@ -21,7 +21,7 @@ + #include <unistd.h> + #include <errno.h> + #include <error.h> +-#include <libintl.h> ++#include <gettext.h> + #include <locale.h> + #include <string.h> + #include <stdlib.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210010346.2913k4M6017129>