The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=ad553bd419a81274e9369e91753b74d3942ce938
commit ad553bd419a81274e9369e91753b74d3942ce938 Author: Baptiste Daroussin <[email protected]> AuthorDate: 2026-01-15 06:28:28 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2026-01-15 06:28:28 +0000 ncurses: fix cross build on MacOS --- lib/ncurses/tinfo/ncurses_cfg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ncurses/tinfo/ncurses_cfg.h b/lib/ncurses/tinfo/ncurses_cfg.h index d93921d5c1d7..f231f3b96a05 100644 --- a/lib/ncurses/tinfo/ncurses_cfg.h +++ b/lib/ncurses/tinfo/ncurses_cfg.h @@ -149,7 +149,6 @@ #define HAVE_GETOPT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 -#define HAVE_MALLOC_H 1 #define HAVE_MATH_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_AUXV_H 1
