summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-08-03 21:36:51 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-08-03 21:37:08 +0200
commit5e5e5187d865b419f7b4f6c6981844416df9ac77 (patch)
tree80f3c2561246199892de43183e68ba4c83c6aba6 /sys-apps/man-db/files
parentsys-apps/man-db: Synced live ebuild (diff)
downloadgentoo-5e5e5187d865b419f7b4f6c6981844416df9ac77.tar.gz
gentoo-5e5e5187d865b419f7b4f6c6981844416df9ac77.tar.bz2
gentoo-5e5e5187d865b419f7b4f6c6981844416df9ac77.zip
sys-apps/man-db: Removed old.
Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/files')
-rw-r--r--sys-apps/man-db/files/man-db-2.8.4-berkdb_build_fix.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/man-db/files/man-db-2.8.4-berkdb_build_fix.patch b/sys-apps/man-db/files/man-db-2.8.4-berkdb_build_fix.patch
deleted file mode 100644
index 30052f268157..000000000000
--- a/sys-apps/man-db/files/man-db-2.8.4-berkdb_build_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From dd0f554b5c1d563f9ee625c19c8745d8982e00e3 Mon Sep 17 00:00:00 2001
-From: Colin Watson <cjwatson@debian.org>
-Date: Thu, 2 Aug 2018 10:34:00 +0100
-Subject: Fix build with Berkeley DB
-
-Fixes Savannah bug #54425.
-
-* libdb/db_btree.c: Include <stdlib.h> for free.
----
- libdb/db_btree.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/libdb/db_btree.c b/libdb/db_btree.c
-index fdd9b15..4469bf6 100644
---- a/libdb/db_btree.c
-+++ b/libdb/db_btree.c
-@@ -28,6 +28,7 @@
- /* below this line are routines only useful for the BTREE interface */
- #ifdef BTREE
-
-+#include <stdlib.h>
- #include <stdio.h>
- #include <errno.h>
- #include <string.h>
---
-cgit v1.0-41-gc330
-