summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/nmh/files/nmh-1.3-db5.patch')
-rw-r--r--net-mail/nmh/files/nmh-1.3-db5.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mail/nmh/files/nmh-1.3-db5.patch b/net-mail/nmh/files/nmh-1.3-db5.patch
deleted file mode 100644
index 473e2b609aeb..000000000000
--- a/net-mail/nmh/files/nmh-1.3-db5.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/uip/slocal.c b/uip/slocal.c
-index 9697d84..d38a020 100644
---- a/uip/slocal.c
-+++ b/uip/slocal.c
-@@ -46,6 +46,12 @@
- extern int initgroups(char*, int);
- #endif
-
-+/* This define is needed for Berkeley db v5 and above to
-+ * make the header file expose the 'historical' ndbm APIs.
-+ * We define it unconditionally because this is simple and
-+ * harmless.
-+ */
-+#define HAVE_DBM
- /* This define is needed for Berkeley db v2 and above to
- * make the header file expose the 'historical' ndbm APIs.
- * We define it unconditionally because this is simple and