commit:     47fe505f79d12c58ce95c75c229c61ad93f494fd
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 08:32:17 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 08:32:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=47fe505f

scripts/bootstrap-prefix: update python Darwin9 fix

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index adc79592f8..fbd3d9b6de 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -990,7 +990,7 @@ bootstrap_python() {
                # make Python's selectors resort to poll() or select() for the
                # time being
                sed -i \
-                       -e 's/KQUEUE/KQUEUE_DISABLED/' \
+                       -e 's/kqueue/kqueue_DISABLED/' \
                        configure
                # fixup thread id detection (only needed on vanilla Python tar)
                efetch 
"https://dev.gentoo.org/~sam/distfiles/dev-lang/python/python-3.9.6-darwin9_pthreadid.patch";

Reply via email to