diff options
author | kristerw <kristerw> | 2004-12-11 14:13:34 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-12-11 14:13:34 +0000 |
commit | 6ae3498b6b017fc549f141bbacfb4ed3afd403d8 (patch) | |
tree | 55928d17519a2888162b2149fc75aad9fa11f51b | |
parent | 03338457295ddfcfe27c39441e22e436d424ffaf (diff) | |
download | pkgsrc-6ae3498b6b017fc549f141bbacfb4ed3afd403d8.tar.gz |
Tweak an include file slighly so that it does not conflict with the
included include/libmilter/mfapi.h from the currently packaged
version of mail/libmilter.
-rw-r--r-- | mail/jchkmail/distinfo | 3 | ||||
-rw-r--r-- | mail/jchkmail/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/jchkmail/distinfo b/mail/jchkmail/distinfo index afaae30c8d0..bc37aed00fe 100644 --- a/mail/jchkmail/distinfo +++ b/mail/jchkmail/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $ +$NetBSD: distinfo,v 1.2 2004/12/11 14:13:34 kristerw Exp $ SHA1 (jchkmail-1.3.1a.tar.gz) = 6cade163151a2c08d42082b971b55a11c33f47c6 Size (jchkmail-1.3.1a.tar.gz) = 420432 bytes SHA1 (patch-aa) = b0c8c3483c2b65570547d79c59c0974b685d57bb +SHA1 (patch-ab) = c629836b5dbab9282104a3c2731e379c56c5ea81 diff --git a/mail/jchkmail/patches/patch-ab b/mail/jchkmail/patches/patch-ab new file mode 100644 index 00000000000..5d7f41145ed --- /dev/null +++ b/mail/jchkmail/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/12/11 14:13:34 kristerw Exp $ + +--- src/j-sys.h.orig Sat Dec 11 15:03:16 2004 ++++ src/j-sys.h Sat Dec 11 15:03:37 2004 +@@ -239,7 +239,7 @@ + #endif + + #if !defined (HAVE_BOOL) +-typedef int bool; ++#define bool int + #endif + + #ifndef true |