Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2021 13:29:09 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Ed Maste <emaste@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org,  dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 483a226238ed - main - Add ncurses/form to _prebuild_libs to fix build
Message-ID:  <alpine.BSF.2.00.2111251328380.68830@ai.fobar.qr>
In-Reply-To: <202111241941.1AOJfpEu087099@gitrepo.freebsd.org>
References:  <202111241941.1AOJfpEu087099@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <emaste@FreeBSD.org>
> AuthorDate: 2021-11-24 18:56:38 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.2111251328380.68830>