Skip to content

Commit 47fe505

Browse files
committed
scripts/bootstrap-prefix: update python Darwin9 fix
Signed-off-by: Fabian Groffen <[email protected]>
1 parent 48146bd commit 47fe505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-prefix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ bootstrap_python() {
990990
# make Python's selectors resort to poll() or select() for the
991991
# time being
992992
sed -i \
993-
-e 's/KQUEUE/KQUEUE_DISABLED/' \
993+
-e 's/kqueue/kqueue_DISABLED/' \
994994
configure
995995
# fixup thread id detection (only needed on vanilla Python tar)
996996
efetch "https://dev.gentoo.org/~sam/distfiles/dev-lang/python/python-3.9.6-darwin9_pthreadid.patch"

0 commit comments

Comments
 (0)