diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-15 06:28:28 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-01-15 06:28:28 +0000 |
| commit | ad553bd419a81274e9369e91753b74d3942ce938 (patch) | |
| tree | c7568b0285585a398f68a60c3b5edd30e42ea722 | |
| parent | 5810786791d61aa085170afd5a7d449dbd1ec7c6 (diff) | |
ncurses: fix cross build on MacOS
| -rw-r--r-- | lib/ncurses/tinfo/ncurses_cfg.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
