Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 12:16:55 GMT
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: cc46927f8a2b - main - ncurses: fix libcompat (lib32 for example) building
Message-ID:  <202110041216.194CGtn3088018@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit cc46927f8a2be7d6a6ed7adc76237f258a5a7e22
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-10-04 12:16:32 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-10-04 12:16:32 +0000

    ncurses: fix libcompat (lib32 for example) building
---
 Makefile.libcompat | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.libcompat b/Makefile.libcompat
index b376ebaa65f4..eb2b12b6c7d2 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -45,7 +45,7 @@ _LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib
 
 _LC_INCDIRS=	\
 		include \
-		lib/ncurses/ncurses \
+		lib/ncurses/tinfo \
 		${_LC_LIBDIRS.yes}
 
 .if ${MK_FILE} != "no"
@@ -94,7 +94,7 @@ build${libcompat}: .PHONY
 	    DIRPRFX=${_dir}/ ${_t}
 .endfor
 .endfor
-.for _dir in lib/ncurses/ncurses ${_libmagic} ${_jevents}
+.for _dir in lib/ncurses/tinfo ${_libmagic} ${_jevents}
 .for _t in ${_obj} build-tools
 	${_+_}cd ${.CURDIR}/${_dir}; \
 	    WORLDTMP=${WORLDTMP} \



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