mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
ncurses: fix libcompat (lib32 for example) building
This commit is contained in:
parent
27803b54db
commit
cc46927f8a
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user