summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-08-05 13:46:03 +0000
committermarkd <markd@pkgsrc.org>2004-08-05 13:46:03 +0000
commitf0fafbd64ffa8bf8f06cc07d32eb7d676e6bc654 (patch)
tree728bbafca3e790cbdc17dd122d7148a574f09193 /misc/kdepim3/patches
parent986fdb1b2c87798f41466339a542c9c12d2dfd3e (diff)
downloadpkgsrc-f0fafbd64ffa8bf8f06cc07d32eb7d676e6bc654.tar.gz
Apply patch from kdepim HEAD to fix build on Solaris.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-ab b/misc/kdepim3/patches/patch-ab
new file mode 100644
index 00000000000..4b01a5ca1bc
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2004/08/05 13:46:03 markd Exp $
+
+--- kmail/kmfolderindex.cpp.orig 2004-08-05 23:30:20.812803361 +1200
++++ kmail/kmfolderindex.cpp
+@@ -29,6 +29,7 @@
+ #include <errno.h>
+ #include <assert.h>
+ #include <utime.h>
++#include <fcntl.h>
+
+ #ifdef HAVE_BYTESWAP_H
+ #include <byteswap.h>