summaryrefslogtreecommitdiffstats
path: root/mail/mmc/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mmc/files/patch-ac')
-rw-r--r--mail/mmc/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/mmc/files/patch-ac b/mail/mmc/files/patch-ac
new file mode 100644
index 000000000..615528770
--- /dev/null
+++ b/mail/mmc/files/patch-ac
@@ -0,0 +1,19 @@
+
+$FreeBSD: ports/mail/mmc/files/patch-ac,v 1.2 2001/01/25 16:18:17 sobomax Exp $
+
+--- src/address.h.orig Sun Jan 14 01:12:18 2001
++++ src/address.h Thu Jan 25 17:46:23 2001
+@@ -27,11 +27,12 @@
+ #include<config.h>
+ #endif
+
+-#include <alloca.h>
+ #if defined(HAVE_DB1_DB_H)
+ # include<db1/db.h>
+ #elif defined(HAVE_DB_185_H)
+ # include <db_185.h>
++#else
++# include <db.h>
+ #endif
+ #include <errno.h>
+ #include <fcntl.h>