pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

patch for mail/evolution-data-server



I'm currently doing a clean install of pkgsrc on Mac OS X 10.4.11. I came across the issue that mail/evolution-data-server would not build. In fact that issue had been noticed earlier already by the MacPorts people: http://lists.macosforge.org/pipermail/macports-tickets/2008-April/ 007500.html

I would like to propose the following patch for mail/evolution-data- server:

$NetBSD$

--- camel/camel-block-file.h.orig 2008-09-30 17:15:40.000000000 +0200
+++ camel/camel-block-file.h    2008-09-30 17:16:19.000000000 +0200
@@ -25,6 +25,9 @@
 #include <glib.h>
 #include <libedataserver/e-msgport.h>
 #include <stdio.h>
+#ifdef __APPLE__
+# include <sys/types.h> /* for off_t */
+#endif

 G_BEGIN_DECLS


Is it OK to commit that one?


--
Georg Schwarz    http://home.pages.de/~schwarz/
georg.schwarz%freenet.de@localhost  +49 151 11559652




Home | Main Index | Thread Index | Old Index