From cc46927f8a2be7d6a6ed7adc76237f258a5a7e22 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 4 Oct 2021 14:16:32 +0200 Subject: [PATCH] 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} \