diff options
Diffstat (limited to 'mail/exim3/patches/patch-ac')
-rw-r--r-- | mail/exim3/patches/patch-ac | 55 |
1 files changed, 12 insertions, 43 deletions
diff --git a/mail/exim3/patches/patch-ac b/mail/exim3/patches/patch-ac index 5945e2524d0..071ec4b0570 100644 --- a/mail/exim3/patches/patch-ac +++ b/mail/exim3/patches/patch-ac @@ -1,44 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/12/04 04:24:51 grant Exp $ +$NetBSD: patch-ac,v 1.2 2004/05/07 17:47:32 abs 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 +--- OS/os.h-Darwin.orig Thu Apr 4 13:56:14 2002 ++++ OS/os.h-Darwin +@@ -1,6 +1,8 @@ + /* Exim: OS-specific C header file for Darwin (Mac OS X) */ + ++/* Darwin 6.8 does not have crypt.h + #define CRYPT_H ++*/ + #define HAVE_MMAP + #define HAVE_SYS_MOUNT_H + #define SIOCGIFCONF_GIVES_ADDR |