mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
12 lines
488 B
Diff
12 lines
488 B
Diff
--- 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
|
|
|