Index: files/patch-setup.py-db46.diff
===================================================================
--- files/patch-setup.py-db46.diff	(révision 0)
+++ files/patch-setup.py-db46.diff	(révision 0)
@@ -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
+ 
Index: Portfile
===================================================================
--- Portfile	(révision 72533)
+++ Portfile	(copie de travail)
@@ -45,6 +45,7 @@
                         patch-Mac-Makefile.in.diff \
                         patch-Mac-PythonLauncher-Makefile.in.diff \
                         patch-Mac-Tools-Doc-setup.py.diff \
+                        patch-setup.py-db46.diff \
                         patch-Lib-ctypes-macholib-dyld.py.diff
 
 depends_lib             port:gettext port:zlib port:openssl port:tk \

