[Python-checkins] python/dist/src setup.py,1.221,1.222

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Thu Oct 20 07:28:32 CEST 2005


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29964

Modified Files:
	setup.py 
Log Message:
Find bsd db v4 on gentoo (2005 i think)

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- setup.py	23 Aug 2005 21:19:40 -0000	1.221
+++ setup.py	20 Oct 2005 05:28:29 -0000	1.222
@@ -579,6 +579,7 @@
         # 4.x minor number specific paths
         for x in (0,1,2,3):
             db_inc_paths.append('/usr/include/db4%d' % x)
+            db_inc_paths.append('/usr/include/db4.%d' % x)
             db_inc_paths.append('/usr/local/BerkeleyDB.4.%d/include' % x)
             db_inc_paths.append('/usr/local/include/db4%d' % x)
             db_inc_paths.append('/pkg/db-4.%d/include' % x)



More information about the Python-checkins mailing list