summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/c-icap/files/c-icap-0.1.3+db-5.0.patch')
-rw-r--r--net-proxy/c-icap/files/c-icap-0.1.3+db-5.0.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-proxy/c-icap/files/c-icap-0.1.3+db-5.0.patch b/net-proxy/c-icap/files/c-icap-0.1.3+db-5.0.patch
deleted file mode 100644
index 6be5fafb2311..000000000000
--- a/net-proxy/c-icap/files/c-icap-0.1.3+db-5.0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: c_icap-0.1.3/modules/bdb_tables.c
-===================================================================
---- c_icap-0.1.3.orig/modules/bdb_tables.c
-+++ c_icap-0.1.3/modules/bdb_tables.c
-@@ -108,7 +108,7 @@ int bdb_table_do_real_open(struct ci_loo
- }
-
-
--#if(DB_VERSION_MINOR>=1)
-+#if (DB_VERSION_MAJOR > 4) || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1)
- if ((ret = dbdata->db->open( dbdata->db, NULL, table->path, NULL,
- DB_BTREE, DB_RDONLY|DB_THREAD, 0)) != 0) {
- #else