ports/databases/py-bsddb3/files/patch-setup.py
Ying-Chieh Liao 9f8697a0e9 add py-bsddb3
BerkeleyDB3 wrapper module for Python

PR:		26448
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
2001-05-19 14:20:34 +00:00

11 lines
306 B
Python

--- setup.py.orig Mon Apr 9 12:29:06 2001
+++ setup.py Mon Apr 9 12:29:15 2001
@@ -90,7 +90,7 @@
if not status and string.find(results, 'libdb.') >= 0:
static = 1
- if static:
+ if 0:
print """\
\aWARNING:
\tIt appears that the old bsddb module is staticly linked in the