summaryrefslogtreecommitdiff
path: root/mail/spamd/patches
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2007-06-14 22:02:45 +0000
committerdarcy <darcy@pkgsrc.org>2007-06-14 22:02:45 +0000
commit003d4f0d83394a13ec67a821793c172d1d99f9e8 (patch)
tree34fe28ea94c5c77bd834d9d392343b1ea8813afb /mail/spamd/patches
parent4e08b8d0a99873c12b6e3dd6fc444ace0e04e918 (diff)
downloadpkgsrc-003d4f0d83394a13ec67a821793c172d1d99f9e8.tar.gz
Add _HAVE_SYSLOG_R to prevent conflicts.
Diffstat (limited to 'mail/spamd/patches')
-rw-r--r--mail/spamd/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
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__ */
+
+ /*