sys-libs/readline: Sync with Gentoo

It's from Gentoo commit f94613eab6afb3a8af8a051a3f00dc6a71b0502a.
This commit is contained in:
Flatcar Buildbot 2023-07-03 07:18:52 +00:00 committed by Krzesimir Nowak
parent 51e93b1063
commit c3119d945f
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ src_configure() {
# In cases where the C library doesn't support wide characters, readline
# itself won't work correctly, so forcing the answer below should be OK.
if tc-is-cross-compiler ; then
use kernel_Winnt || export bash_cv_func_sigsetjmp='present'
export bash_cv_func_sigsetjmp='present'
export bash_cv_func_ctype_nonascii='yes'
export bash_cv_wcwidth_broken='no' #503312
fi

View File

@ -168,7 +168,7 @@ src_configure() {
# In cases where the C library doesn't support wide characters, readline
# itself won't work correctly, so forcing the answer below should be OK.
if tc-is-cross-compiler ; then
use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
export bash_cv_func_sigsetjmp="present"
export bash_cv_func_ctype_nonascii="yes"
# bug #503312
export bash_cv_wcwidth_broken="no"

View File

@ -168,7 +168,7 @@ src_configure() {
# In cases where the C library doesn't support wide characters, readline
# itself won't work correctly, so forcing the answer below should be OK.
if tc-is-cross-compiler ; then
use kernel_Winnt || export bash_cv_func_sigsetjmp="present"
export bash_cv_func_sigsetjmp="present"
export bash_cv_func_ctype_nonascii="yes"
# bug #503312
export bash_cv_wcwidth_broken="no"