summaryrefslogtreecommitdiff
path: root/mail/xfmail/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-26 13:44:18 +0000
committerjoerg <joerg>2006-02-26 13:44:18 +0000
commitaf0063476b845d5aa6bf4775eebb7bc3102d3704 (patch)
tree6c92f0494db12be0b28205a997f65a12fbca0891 /mail/xfmail/patches
parentd296b0070cb890ed6e72e0b966d2e8b8e63d8d97 (diff)
downloadpkgsrc-af0063476b845d5aa6bf4775eebb7bc3102d3704.tar.gz
Fix DragonFly compilation. Assume OpenBSD will need this as well.
Diffstat (limited to 'mail/xfmail/patches')
-rw-r--r--mail/xfmail/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/xfmail/patches/patch-aa b/mail/xfmail/patches/patch-aa
index e3e9e70a31d..bb76b02e874 100644
--- a/mail/xfmail/patches/patch-aa
+++ b/mail/xfmail/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2005/06/17 15:01:02 hira Exp $
+$NetBSD: patch-aa,v 1.6 2006/02/26 13:44:18 joerg Exp $
---- src/mail/fmail.h.orig 2004-01-01 20:54:01.000000000 -0700
-+++ src/mail/fmail.h 2005-02-10 11:27:57.000000000 -0700
-@@ -170,7 +170,7 @@
+--- src/mail/fmail.h.orig 2004-01-02 03:54:01.000000000 +0000
++++ src/mail/fmail.h
+@@ -170,7 +170,7 @@ char *strchr (), *strrchr ();
#define sys_nerr 65535
#else
#ifndef sys_nerr
- #ifndef __FreeBSD__
-+ #if !defined (__FreeBSD__) && !defined(__NetBSD__)
++ #if !defined (__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__OpenBSD__)
extern int sys_nerr;
#endif
#endif