summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-06-01 01:31:17 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-06-01 01:31:17 +0000
commit95beb16a5dc85e8dac508fd345684a65652315b6 (patch)
treef55f6ec0af27e180865fc3ce2460bcc96fc4da7e /dev-python/bsddb3/files
parentNew version from CPAN; added missing DEPEND (diff)
downloadhistorical-95beb16a5dc85e8dac508fd345684a65652315b6.tar.gz
historical-95beb16a5dc85e8dac508fd345684a65652315b6.tar.bz2
historical-95beb16a5dc85e8dac508fd345684a65652315b6.zip
db4 compat fixes
Diffstat (limited to 'dev-python/bsddb3/files')
-rw-r--r--dev-python/bsddb3/files/bsddb3-3.4.0-db3.patch13
-rw-r--r--dev-python/bsddb3/files/digest-bsddb3-3.4.0-r11
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/bsddb3/files/bsddb3-3.4.0-db3.patch b/dev-python/bsddb3/files/bsddb3-3.4.0-db3.patch
new file mode 100644
index 000000000000..c39f4cf177ce
--- /dev/null
+++ b/dev-python/bsddb3/files/bsddb3-3.4.0-db3.patch
@@ -0,0 +1,13 @@
+--- setup.py 2002-07-08 00:54:26.000000000 +0100
++++ setup.py 2003-06-01 02:02:16.000000000 +0100
+@@ -68,8 +68,8 @@
+ # figure out from the base setting where the lib and .h are
+ if not incdir: incdir = os.path.join(BERKELEYDB_DIR, 'include')
+ if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib')
+- if not '-ldb' in LIBS:
+- libname = ['db']
++ if not '-ldb-3' in LIBS:
++ libname = ['db-3']
+ else:
+ libname = []
+ utils = []
diff --git a/dev-python/bsddb3/files/digest-bsddb3-3.4.0-r1 b/dev-python/bsddb3/files/digest-bsddb3-3.4.0-r1
new file mode 100644
index 000000000000..f6508a3a2493
--- /dev/null
+++ b/dev-python/bsddb3/files/digest-bsddb3-3.4.0-r1
@@ -0,0 +1 @@
+MD5 e433307b4ee1dd7be4fa1177b8be575a bsddb3-3.4.0.tar.gz 473854