Re: git: 4d7876aa70e2 - main - build: slap a libtinfo dependency on libncurses

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 07 Oct 2021 07:12:21 UTC
On Thu, Oct 07, 2021 at 03:03:46AM +0000, Kyle Evans wrote:
> The branch main has been updated by kevans:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=4d7876aa70e2b7c7c941399a61b6f5e5f8fee088
> 
> commit 4d7876aa70e2b7c7c941399a61b6f5e5f8fee088
> Author:     Kyle Evans <kevans@FreeBSD.org>
> AuthorDate: 2021-10-07 03:01:05 +0000
> Commit:     Kyle Evans <kevans@FreeBSD.org>
> CommitDate: 2021-10-07 03:03:37 +0000
> 
>     build: slap a libtinfo dependency on libncurses
>     
>     This mirrors the SUBDIR_DEPEND in lib/ncurses/Makefile.
>     
>     Reported by:    jenkins (e.g., riscv64 build #23984)
>     Fixes:  396851c20aeb ("ncurses: split libtinfo from libncurses")
> ---
>  Makefile.inc1 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Makefile.inc1 b/Makefile.inc1
> index 6dcfa6a17d3d..9b81d4029608 100644
> --- a/Makefile.inc1
> +++ b/Makefile.inc1
> @@ -2973,6 +2973,8 @@ lib/libkvm__L: lib/libelf__L
>  _lib_libradius=	lib/libradius
>  .endif
>  
> +lib/ncurses/ncurses__L:	lib/ncurses/tinfo__L
> +
>  .if ${MK_OFED} != "no"
>  _prebuild_libs+= \
>  	lib/ofed/libibverbs \
> 

Good catch! thank you!

Best regards,
Bapt