Fix DragonFly compilation. Assume OpenBSD will need this as well.
This commit is contained in:
parent
54b2ba0a41
commit
55c86ef0c5
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/06/17 15:01:02 hira Exp $
|
||||
$NetBSD: distinfo,v 1.9 2006/02/26 13:44:18 joerg Exp $
|
||||
|
||||
SHA1 (xfmail-1.5.5.tar.bz2) = 7a98486d1f8cce956efaf37d9540369d5f327401
|
||||
RMD160 (xfmail-1.5.5.tar.bz2) = bf3e866d6fa37b7b9959c532b1f4b82fb57eb307
|
||||
Size (xfmail-1.5.5.tar.bz2) = 1185913 bytes
|
||||
SHA1 (patch-aa) = 6be6cadf2bada0742f1c4701d99e01b4aed6f7d4
|
||||
SHA1 (patch-aa) = 678f14ddf5a9360d82fc09cbc296620fe8c66125
|
||||
SHA1 (patch-ab) = 17de1abd320f38e38a72194531d358061cbd2eb4
|
||||
SHA1 (patch-ac) = f04aad8c7d44183cf16743c31c1779b42da500a1
|
||||
SHA1 (patch-ad) = 91d92fb76b5ecf9c07295b942a34628ce212ae3d
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue