On Wed, 24 Nov 2021, Ed Maste wrote:

The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=483a226238ed8949c6d280ae0757a0683962a74b

commit 483a226238ed8949c6d280ae0757a0683962a74b
Author:     Ed Maste <[email protected]>
AuthorDate: 2021-11-24 18:56:38 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2021-11-24 19:39:37 +0000

   Add ncurses/form to _prebuild_libs to fix build

   Reported by:    bz

Was this still needed after 5abafe4aa0b82a3ce96425b016641324c290a8b4 ?


---
Makefile.inc1 | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Makefile.inc1 b/Makefile.inc1
index d8f50cf77d4b..1ba3716a02db 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2943,6 +2943,7 @@ _prebuild_libs=   ${_kerberos5_lib_libasn1} \
                ${_lib_casper} \
                lib/ncurses/tinfo \
                lib/ncurses/ncurses \
+               lib/ncurses/form \
                lib/libopie lib/libpam/libpam lib/libthr \
                ${_lib_libradius} lib/libsbuf lib/libtacplus \
                lib/libgeom \
@@ -2982,6 +2983,7 @@ _lib_libradius=   lib/libradius
.endif

lib/ncurses/ncurses__L: lib/ncurses/tinfo__L
+lib/ncurses/form__L: lib/ncurses/ncurses__L

.if ${MK_OFED} != "no"
_prebuild_libs+= \


--
Bjoern A. Zeeb                                                     r15:7

Reply via email to