diff options
author | schwarz <schwarz@pkgsrc.org> | 2008-10-05 17:49:04 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2008-10-05 17:49:04 +0000 |
commit | a30aea172505b1d10850d01b7974de0e75626463 (patch) | |
tree | 8a366bc2c9eaa6340de2953021ba093fd1ed26f8 /mail | |
parent | 507aa0129c446de4a542fb93eaf1f86072ece4a8 (diff) | |
download | pkgsrc-a30aea172505b1d10850d01b7974de0e75626463.tar.gz |
added a missing include file that prevented compiling on MacOS X
(cf. e.g. http://lists.macosforge.org/pipermail/macports-tickets/2008-April/007500.html)
That issue could have affected other platforms, too.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-data-server/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution-data-server/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/evolution-data-server/distinfo b/mail/evolution-data-server/distinfo index e5cb2d8828a..be8ef485d79 100644 --- a/mail/evolution-data-server/distinfo +++ b/mail/evolution-data-server/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.47 2008/07/15 10:23:22 drochner Exp $ +$NetBSD: distinfo,v 1.48 2008/10/05 17:49:04 schwarz Exp $ SHA1 (evolution-data-server-2.22.3.tar.bz2) = 5d01b1248fcacef9c478787892f223338dff731b RMD160 (evolution-data-server-2.22.3.tar.bz2) = eed9c26fba0b69f0cbe44b01d698388c4ae44a0b Size (evolution-data-server-2.22.3.tar.bz2) = 7621470 bytes +SHA1 (patch-aa) = b4f513be7eebe6e0ab90b53f3b008e0fb969ca46 SHA1 (patch-ab) = c8efcca7debbbd9b53a1282e10d584a7aab0ea8b SHA1 (patch-af) = 1e458720684cfe3823b3b73665044336588c4620 SHA1 (patch-ak) = e363f45994be14f7c1f0cf6cfd35e66646c69a51 diff --git a/mail/evolution-data-server/patches/patch-aa b/mail/evolution-data-server/patches/patch-aa new file mode 100644 index 00000000000..01caaeb5d9a --- /dev/null +++ b/mail/evolution-data-server/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.9 2008/10/05 17:49:05 schwarz Exp $ + +--- camel/camel-block-file.h.orig 2008-09-30 17:15:40.000000000 +0200 ++++ camel/camel-block-file.h 2008-10-05 14:35:47.000000000 +0200 +@@ -25,6 +25,7 @@ + #include <glib.h> + #include <libedataserver/e-msgport.h> + #include <stdio.h> ++#include <sys/types.h> /* for off_t */ + + G_BEGIN_DECLS + |