562f19e
diff -up Python-2.6.4/Modules/Setup.dist.setup-db48 Python-2.6.4/Modules/Setup.dist
562f19e
--- Python-2.6.4/Modules/Setup.dist.setup-db48	2009-12-17 22:05:07.000020150 -0500
562f19e
+++ Python-2.6.4/Modules/Setup.dist	2009-12-17 22:05:12.545015367 -0500
562f19e
@@ -411,7 +411,7 @@ gdbm gdbmmodule.c -lgdbm
562f19e
 #
562f19e
 # Edit the variables DB and DBLIBVERto point to the db top directory
562f19e
 # and the subdirectory of PORT where you built it.
562f19e
-DBLIBVER=4.7
562f19e
+DBLIBVER=4.8
562f19e
 DBINC=/usr/include/db4
562f19e
 DBLIB=/usr/lib
562f19e
 _bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
912b411