|
Line 0
Link Here
|
|
|
1 |
http://bugs.python.org/issue3876 |
| 2 |
https://bugs.gentoo.org/show_bug.cgi?id=378915 |
| 3 |
|
| 4 |
diff -Naur Python-2.6/Modules/_multiprocessing/multiprocessing.c Python-2.6-clean-patch/Modules/_multiprocessing/multiprocessing.c |
| 5 |
--- Python-2.6/Modules/_multiprocessing/multiprocessing.c 2008-06-14 00:38:33.000000000 +0200 |
|
Lines 147-152
src_prepare() {
Link Here
|
| 147 |
# http://prefix.gentooexperimental.org:8000/python-patches-2_7 |
147 |
# http://prefix.gentooexperimental.org:8000/python-patches-2_7 |
| 148 |
EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" \ |
148 |
EPATCH_EXCLUDE="${excluded_patches}" EPATCH_SUFFIX="patch" \ |
| 149 |
epatch "${WORKDIR}"/python-prefix-${MY_PV}-gentoo-patches |
149 |
epatch "${WORKDIR}"/python-prefix-${MY_PV}-gentoo-patches |
|
|
150 |
|
| 151 |
# aix multiprocessing temporary patch. Should be removed when included in patch package. |
| 152 |
epatch "${FILESDIR}/python-2.7-aix-multiprocessing.patch" |
| 150 |
|
153 |
|
| 151 |
# need this to have _NSGetEnviron being used, which by default isn't, also |
154 |
# need this to have _NSGetEnviron being used, which by default isn't, also |
| 152 |
# in a non-Framework build (use !aqua) upstream doesn't build like this |
155 |
# in a non-Framework build (use !aqua) upstream doesn't build like this |