The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=cc46927f8a2be7d6a6ed7adc76237f258a5a7e22
commit cc46927f8a2be7d6a6ed7adc76237f258a5a7e22 Author: Baptiste Daroussin <[email protected]> AuthorDate: 2021-10-04 12:16:32 +0000 Commit: Baptiste Daroussin <[email protected]> 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} \ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
