git: cc46927f8a2b - main - ncurses: fix libcompat (lib32 for example) building

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 4 12:16:55 UTC 2021


The branch main has been updated by bapt:

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

commit cc46927f8a2be7d6a6ed7adc76237f258a5a7e22
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-10-04 12:16:32 +0000
Commit:     Baptiste Daroussin <bapt at 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} \


More information about the dev-commits-src-main mailing list