From 47fe505f79d12c58ce95c75c229c61ad93f494fd Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 23 Jan 2024 09:32:17 +0100 Subject: [PATCH] scripts/bootstrap-prefix: update python Darwin9 fix Signed-off-by: Fabian Groffen --- 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"