sys-libs/ncurses: Sync with Gentoo

It's from Gentoo commit 21bb13eb3f39d10f77592365c41da9b5e80e65f9.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-10-13 07:12:52 +00:00 committed by Krzesimir Nowak
parent e54f2c88c1
commit 6e99e7594d
3 changed files with 3 additions and 3 deletions

View File

@ -345,7 +345,7 @@ do_configure() {
# See comments in src_configure.
if [[ ${target} != "cross" ]] ; then
local cross_path="${WORKDIR}/cross"
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
fi
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"

View File

@ -351,7 +351,7 @@ do_configure() {
# See comments in src_configure.
if [[ ${target} != "cross" ]] ; then
local cross_path="${WORKDIR}/cross"
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
fi
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"

View File

@ -359,7 +359,7 @@ do_configure() {
# See comments in src_configure.
if [[ ${target} != "cross" ]] ; then
local cross_path="${WORKDIR}/cross"
[[ -d ${cross_path} ]] && export TIC_PATH="${cross_path}/progs/tic"
[[ -d ${cross_path} ]] && export TIC="${cross_path}/progs/tic"
fi
ECONF_SOURCE="${S}" econf "${conf[@]}" "$@"