diff options
author | ad <ad@pkgsrc.org> | 2001-07-14 18:17:21 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-07-14 18:17:21 +0000 |
commit | d0571409b44996b1b8f94472209ebb2fd714cc66 (patch) | |
tree | 08bce7da6437c1d534c5f5fd441de1f89a5a8a64 /mail/exim/patches | |
parent | 6c4c448aa064e51109f11315bc6fa04ae3631e8a (diff) | |
download | pkgsrc-d0571409b44996b1b8f94472209ebb2fd714cc66.tar.gz |
Update to exim-3.30. This is mainly a bugfix release. Changelogs can be
found at http://www.exim.org/.
Diffstat (limited to 'mail/exim/patches')
-rw-r--r-- | mail/exim/patches/patch-ac | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/mail/exim/patches/patch-ac b/mail/exim/patches/patch-ac new file mode 100644 index 00000000000..d889be4f94f --- /dev/null +++ b/mail/exim/patches/patch-ac @@ -0,0 +1,44 @@ +$NetBSD: patch-ac,v 1.3 2001/07/14 18:17:23 ad Exp $ + +--- OS/Makefile-NetBSD.orig Sat Jul 14 19:09:00 2001 ++++ OS/Makefile-NetBSD Sat Jul 14 19:14:34 2001 +@@ -3,15 +3,31 @@ + + # Include Makfile.NetBSD-a.out + +-.if exists(OS/Makefile-NetBSD-a.out) +-.include "OS/Makefile-NetBSD-a.out" +-.elif exists(../OS/Makefile-NetBSD-a.out) +-.include "../OS/Makefile-NetBSD-a.out" +-.else +-.include "Makefile.NetBSD-a.out, submit a bug report." +-.endif ++# Exim: OS-specific make file for NetBSD (a.out binary format) ++ ++CHOWN_COMMAND=/usr/sbin/chown ++CFLAGS=-O ++ ++HAVE_SA_LEN=YES ++LIBS=-lcrypt ++ ++X11=/usr/X11R6 ++XINCLUDE=-I$(X11)/include ++XLFLAGS=-L$(X11)/lib ++X11_LD_LIB=$(X11)/lib ++ ++EXIWHAT_PS_ARG=-ax ++EXIWHAT_EGREP_ARG='/exim( |$$)' ++EXIWHAT_KILL_ARG=-USR1 ++ ++# NetBSD always ships with Berkeley DB ++ ++USE_DB=yes ++ ++# End ++ + + # NetBSD ELF linker needs a -R flag. +-XLFLAGS+=-Wl,-R$(X11)/lib/ ++#XLFLAGS+=-Wl,-R$(X11)/lib/ + + # End |