Re: git: a46722b58056 - main - ncurses: register formw as usable lib for LIBADD
- In reply to: Baptiste Daroussin : "git: a46722b58056 - main - ncurses: register formw as usable lib for LIBADD"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 12:32:58 UTC
On Wed, 24 Nov 2021 10:03:51 GMT Baptiste Daroussin <bapt@FreeBSD.org> wrote: > The branch main has been updated by bapt: > > URL: https://cgit.FreeBSD.org/src/commit/?id=a46722b580567799b484b5a81728eaf380777e04 > > commit a46722b580567799b484b5a81728eaf380777e04 > Author: Baptiste Daroussin <bapt@FreeBSD.org> > AuthorDate: 2021-11-24 09:20:10 +0000 > Commit: Baptiste Daroussin <bapt@FreeBSD.org> > CommitDate: 2021-11-24 10:02:22 +0000 > > ncurses: register formw as usable lib for LIBADD > --- > share/mk/src.libnames.mk | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk > index 7873d05d18da..6fee77357480 100644 > --- a/share/mk/src.libnames.mk > +++ b/share/mk/src.libnames.mk > @@ -129,6 +129,7 @@ _LIBRARIES= \ > execinfo \ > fetch \ > figpar \ > + formw \ > geom \ > gpio \ > gssapi \ > @@ -381,6 +382,7 @@ _DP_stats= sbuf pthread > _DP_stdthreads= pthread > _DP_tacplus= md > _DP_ncursesw= tinfow > +_DP_formw= ncursesw > _DP_nvpair= spl > _DP_panelw= ncursesw > _DP_rpcsec_gss= gssapi > buildworld is failing at: ===> lib/clang/libclang (includes) --- includes_subdir_lib/ncurses --- make[5]: "/usr/src/share/mk/bsd.libnames.mk" line 190: /usr/src/lib/ncurses/form: Missing value for LIBFORMW in bsd.libnames.mk. Likely should be: LIBFORMW?= ${LIBDESTDIR}${LIBDIR_BASE}/libformw.a Kind regards O. Hartmann