diff options
author | darcy <darcy@pkgsrc.org> | 2007-06-14 22:02:45 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2007-06-14 22:02:45 +0000 |
commit | f03d6ddb50343c3cbe09af3dcf554dcdfcbcb55e (patch) | |
tree | 34fe28ea94c5c77bd834d9d392343b1ea8813afb /mail | |
parent | 64ddc1e1942e42c1af1a59930279d6fa43db4b8e (diff) | |
download | pkgsrc-f03d6ddb50343c3cbe09af3dcf554dcdfcbcb55e.tar.gz |
Add _HAVE_SYSLOG_R to prevent conflicts.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamd/distinfo | 3 | ||||
-rw-r--r-- | mail/spamd/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/spamd/distinfo b/mail/spamd/distinfo index f5496a9d42a..12da079a6e1 100644 --- a/mail/spamd/distinfo +++ b/mail/spamd/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2006/04/01 12:14:27 peter Exp $ +$NetBSD: distinfo,v 1.5 2007/06/14 22:02:45 darcy Exp $ SHA1 (spamd-20060330.tar.gz) = 152b8da2baac9eeedd9b69a9a7a2f8169ca55d9e RMD160 (spamd-20060330.tar.gz) = 94707f9714e7a67c778aad12032339eba452a490 Size (spamd-20060330.tar.gz) = 34509 bytes +SHA1 (patch-aa) = 8b588735bfea41b4340a5570902267e5eb1267bb diff --git a/mail/spamd/patches/patch-aa b/mail/spamd/patches/patch-aa new file mode 100644 index 00000000000..f5588309242 --- /dev/null +++ b/mail/spamd/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/06/14 22:02:45 darcy Exp $ + +--- compat.h.orig 2006-03-07 17:49:09.000000000 -0500 ++++ compat.h +@@ -7,6 +7,7 @@ + */ + #ifdef __NetBSD__ + #define CGETENT(b, d, n) cgetent(b, (const char * const *)d, n) ++#define _HAVE_SYSLOG_R_ + #endif /* __NetBSD__ */ + + /* |