diff options
author | grant <grant@pkgsrc.org> | 2004-01-15 02:05:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-15 02:05:10 +0000 |
commit | cb31f36f48984f6fccfacfa53622651303136d2e (patch) | |
tree | b43b2690a5793b8c55ada13e9ed76068403fd2ce /mail/exim3 | |
parent | 208dcde53541bc23c96eae15032f6fa711e705f8 (diff) | |
download | pkgsrc-cb31f36f48984f6fccfacfa53622651303136d2e.tar.gz |
don't include crypt.h on Darwin, 6.8 at least doesn't have it.
fixes build on Darwin.
Diffstat (limited to 'mail/exim3')
-rw-r--r-- | mail/exim3/distinfo | 3 | ||||
-rw-r--r-- | mail/exim3/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/exim3/distinfo b/mail/exim3/distinfo index 823b3eff1a3..f4151514c24 100644 --- a/mail/exim3/distinfo +++ b/mail/exim3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/12/04 04:24:49 grant Exp $ +$NetBSD: distinfo,v 1.2 2004/01/15 02:05:10 grant Exp $ SHA1 (exim-3.36.tar.bz2) = 2a06a2858ebf8cdedf2e41fa3f258b5e468e270d Size (exim-3.36.tar.bz2) = 982104 bytes @@ -6,3 +6,4 @@ SHA1 (patch-ab) = 3650487acdc2b0e67ab0dee08a6715e90b2a4205 SHA1 (patch-ac) = 39122ca045ca7bb61500acae2abf5683c8ec4530 SHA1 (patch-ae) = 24009dd4807f0215e79cc0a86582297bf310c913 SHA1 (patch-af) = ac3bea9fe84bc760fec21858bc818c1b01dd34a4 +SHA1 (patch-ag) = f56725acec715468889bf1049e0fd4208101be25 diff --git a/mail/exim3/patches/patch-ag b/mail/exim3/patches/patch-ag new file mode 100644 index 00000000000..612bc23f157 --- /dev/null +++ b/mail/exim3/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2004/01/15 02:05:10 grant Exp $ + +--- OS/os.h-Darwin.orig 2002-04-04 22:56:14.000000000 +1000 ++++ 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 |