Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 06:28:48 +0000
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ad553bd419a8 - main - ncurses: fix cross build on MacOS
Message-ID:  <69688920.37ce8.69f2e9ca@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/src/commit/?id=ad553bd419a81274e9369e91753b74d3942ce938

commit ad553bd419a81274e9369e91753b74d3942ce938
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-01-15 06:28:28 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69688920.37ce8.69f2e9ca>