pyenv.pyenv/plugins/python-build/share/python-build/patches/2.6.7/Python-2.6.7
Yamashita Yuu d496c03497 Remove diff --git a/ from patches (#189)
The `diff --git a/` indicates that the patch is generated from `git diff`
and it should be applied with `patch -p1`. Because the patches bundled
with python-build have already re-formated for `patch -p0`, this is not
the desired behaviour.

Just removing `diff --git` from patches will force python-build to apply
those patches with `patch -p0`.
2014-06-11 12:17:20 +09:00
..
000_patch-setup.py.diff Remove diff --git a/ from patches (#189) 2014-06-11 12:17:20 +09:00
001_openssl_no_ssl2.patch move patches into ./share to fix the install.sh 2013-05-09 00:11:52 +09:00
002_readline63.patch Fix build problem of CPython 2.6 with Readline 6.3 (#126, #131, #149) 2014-03-29 16:36:36 +09:00
003_tk86.patch Fix build of Tkinter with Tcl/Tk 8.6 (fixes #131) 2014-04-03 22:35:35 +09:00