summaryrefslogtreecommitdiff
path: root/mail/evolution-data-server/patches/patch-aa
diff options
context:
space:
mode:
authorschwarz <schwarz>2008-10-05 17:49:04 +0000
committerschwarz <schwarz>2008-10-05 17:49:04 +0000
commit598918af08c795c848c99ba9b3af62b864e882f3 (patch)
tree8a366bc2c9eaa6340de2953021ba093fd1ed26f8 /mail/evolution-data-server/patches/patch-aa
parent26ef954f4d1d3c235eb331c90bb423b13418cdcf (diff)
downloadpkgsrc-598918af08c795c848c99ba9b3af62b864e882f3.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/evolution-data-server/patches/patch-aa')
-rw-r--r--mail/evolution-data-server/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
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
+