added patch-python26

This commit is contained in:
Yuta
2011-05-02 17:30:59 +09:00
parent 3bc8c36aaa
commit 20027a4a36
19 changed files with 221 additions and 83 deletions
@@ -0,0 +1,11 @@
--- setup.py.orig 2010-10-19 22:33:25.000000000 +0200
+++ setup.py 2010-10-19 22:33:54.000000000 +0200
@@ -799,7 +799,7 @@
# BerkeleyDB 4.6.x is not stable on many architectures.
arch = platform_machine()
if arch not in ('i386', 'i486', 'i586', 'i686',
- 'x86_64', 'ia64'):
+ 'x86_64', 'ia64', 'Power Macintosh'):
return False
return True