diff options
author | rh <rh@pkgsrc.org> | 2005-01-04 08:08:28 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2005-01-04 08:08:28 +0000 |
commit | cdc8a3ab6015a7f48b8c623b07a91010022fa54e (patch) | |
tree | 88841c1fcf4c95c93303571a83cd713ad22c15ae /mail | |
parent | ffc6d2b89b716c03bc070f9c5d6f334137dab98f (diff) | |
download | pkgsrc-cdc8a3ab6015a7f48b8c623b07a91010022fa54e.tar.gz |
Add missing #include <sys/socket.h> (for AF_INET) to make this compile.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 8d9c178ff52..4aba44ee666 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.30 2004/12/28 22:01:25 jmmv Exp $ +$NetBSD: distinfo,v 1.31 2005/01/04 08:08:28 rh Exp $ SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d Size (evolution-2.0.3.tar.bz2) = 15381448 bytes +SHA1 (patch-aa) = a89da54c40813c07af76dd98f876dd2e979c2554 SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa new file mode 100644 index 00000000000..87af32c90ff --- /dev/null +++ b/mail/evolution/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.18 2005/01/04 08:08:28 rh Exp $ + +--- camel/camel-service.c.orig 2004-12-06 17:46:51.000000000 +1000 ++++ camel/camel-service.c +@@ -36,6 +36,7 @@ + #include <errno.h> + + #include <sys/poll.h> ++#include <sys/socket.h> + + #include "e-util/e-msgport.h" + |