We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48146bd commit 47fe505Copy full SHA for 47fe505
scripts/bootstrap-prefix.sh
@@ -990,7 +990,7 @@ bootstrap_python() {
990
# make Python's selectors resort to poll() or select() for the
991
# time being
992
sed -i \
993
- -e 's/KQUEUE/KQUEUE_DISABLED/' \
+ -e 's/kqueue/kqueue_DISABLED/' \
994
configure
995
# fixup thread id detection (only needed on vanilla Python tar)
996
efetch "https://dev.gentoo.org/~sam/distfiles/dev-lang/python/python-3.9.6-darwin9_pthreadid.patch"
0 commit comments