summaryrefslogtreecommitdiff
path: root/mail/jchkmail
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-12-11 14:13:34 +0000
committerkristerw <kristerw@pkgsrc.org>2004-12-11 14:13:34 +0000
commit11584bd0293a6ec28540c537bbce136b49c88a02 (patch)
tree55928d17519a2888162b2149fc75aad9fa11f51b /mail/jchkmail
parent6974b52cd1e0570641bf5a081fe5a8ed00fbe37f (diff)
downloadpkgsrc-11584bd0293a6ec28540c537bbce136b49c88a02.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.
Diffstat (limited to 'mail/jchkmail')
-rw-r--r--mail/jchkmail/distinfo3
-rw-r--r--mail/jchkmail/patches/patch-ab13
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