mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
added patch-python26
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user