Skip to content

Commit

Permalink
ncurses: fix libcompat (lib32 for example) building
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Oct 4, 2021
1 parent 27803b5 commit cc46927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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} \
Expand Down

0 comments on commit cc46927

Please sign in to comment.