updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / python24 / db4.5-setup.py-detection.patch
blobca84bc288a73180310ecf0065bc3b0ddd257cf64
1 --- setup.py 2006-10-08 19:41:25.000000000 +0200
2 +++ setup.py.new 2007-09-29 13:47:50.000000000 +0200
3 @@ -522,7 +522,7 @@
5 # http://www.sleepycat.com/update/index.html
7 - max_db_ver = (4, 4)
8 + max_db_ver = (4, 5)
9 min_db_ver = (3, 2)
10 db_setup_debug = False # verbose debug prints from this script?
12 @@ -539,7 +539,7 @@
13 '/sw/include/db3',
15 # 4.x minor number specific paths
16 - for x in (0,1,2,3,4):
17 + for x in (0,1,2,3,4,5):
18 db_inc_paths.append('/usr/include/db4%d' % x)
19 db_inc_paths.append('/usr/include/db4.%d' % x)
20 db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)