python2: Update to 2.7.7

This commit is contained in:
Alexpux
2014-06-04 11:03:57 +04:00
parent c0ec151f75
commit 37dbaeadf6
18 changed files with 313 additions and 311 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur a/setup.py b/setup.py
--- a/setup.py 2014-06-04 10:16:50.343400000 +0400
+++ b/setup.py 2014-06-04 10:16:55.039000000 +0400
@@ -551,7 +551,7 @@
# Check for MacOS X, which doesn't need libm.a at all
math_libs = ['m']
- if host_platform in ['darwin', 'beos']:
+ if host_platform in ['darwin', 'beos', 'cygwin']:
math_libs = []
# XXX Omitted modules: gl, pure, dl, SGI-specific modules