You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
acf330f227
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@72668 d073be05-634f-4543-b044-5fe20cf6d1d6
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
|
|
|