summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-14 11:16:35 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-14 11:16:35 +0000
commite7852c3ce9fc907396cd8244f4ad19c8c537de12 (patch)
tree64226c5d6a13ec196372f77159c3b05874aa6b06 /net-p2p/dctc/files
parentStable on amd64 wrt bug #320205 (diff)
downloadhistorical-e7852c3ce9fc907396cd8244f4ad19c8c537de12.tar.gz
historical-e7852c3ce9fc907396cd8244f4ad19c8c537de12.tar.bz2
historical-e7852c3ce9fc907396cd8244f4ad19c8c537de12.zip
Skip BerkDB sanity check resulting in AC_MSG_ERROR with 5.0 wrt #319951 by Diego E. Pettenò.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/dctc/files')
-rw-r--r--net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch b/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch
new file mode 100644
index 000000000000..4d92c02b53b7
--- /dev/null
+++ b/net-p2p/dctc/files/dctc-0.85.9-skip_db_ver_check.patch
@@ -0,0 +1,13 @@
+--- configure.in
++++ configure.in
+@@ -222,10 +222,6 @@
+ CPPFLAGS="$CPPFLAGS -DBDB_V4"
+ fi
+
+- if test $db_major -ne 3 -a $db_major -ne 4; then
+- AC_MSG_ERROR(no supported BerkeleyDB found (4.x or 3.x). Your version is $db_version)
+- fi
+-
+ AC_CHECK_LIB(db-$db_version,db_env_create,HAVE_DB=yes)
+ if test "x$HAVE_DB" = "xyes"; then
+ AC_SUBST(berkeleydb_libs)