summaryrefslogtreecommitdiff
path: root/mail/exim/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/patches/patch-aa')
-rw-r--r--mail/exim/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/exim/patches/patch-aa b/mail/exim/patches/patch-aa
new file mode 100644
index 00000000000..26fda30382b
--- /dev/null
+++ b/mail/exim/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1 1999/09/07 13:21:03 ad Exp $
+
+--- OS/Makefile-NetBSD.orig Tue Sep 7 14:25:22 1999
++++ OS/Makefile-NetBSD Tue Sep 7 13:20:08 1999
+@@ -1,7 +1,7 @@
+ # Exim: OS-specific make file for NetBSD
+
+ CHOWN_COMMAND=/usr/sbin/chown
+-CFLAGS=-O
++CFLAGS=-O2
+
+ HAVE_SA_LEN=YES
+
+@@ -13,5 +13,8 @@
+ EXIWHAT_PS_ARG=-ax
+ EXIWHAT_EGREP_ARG='/exim( |$$)'
+ EXIWHAT_KILL_ARG=-USR1
++
++# NetBSD always ships with Berkeley DB
++USE_DB=yes
+
+ # End