Skip to content

Commit

Permalink
scripts/bootstrap-prefix: update python Darwin9 fix
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Jan 23, 2024
1 parent 48146bd commit 47fe505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 47fe505

Please sign in to comment.