summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormarkd <markd>2004-08-05 13:46:03 +0000
committermarkd <markd>2004-08-05 13:46:03 +0000
commit99abdf62d1dab9bfb802d1102095bb761cfa8832 (patch)
tree728bbafca3e790cbdc17dd122d7148a574f09193 /misc
parentfc0fb5dfcbcb5e74548e5064b3cd1d2d1afe757e (diff)
downloadpkgsrc-99abdf62d1dab9bfb802d1102095bb761cfa8832.tar.gz
Apply patch from kdepim HEAD to fix build on Solaris.
Diffstat (limited to 'misc')
-rw-r--r--misc/kdepim3/distinfo3
-rw-r--r--misc/kdepim3/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/misc/kdepim3/distinfo b/misc/kdepim3/distinfo
index e91128691a3..c6c2fb507d0 100644
--- a/misc/kdepim3/distinfo
+++ b/misc/kdepim3/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2004/06/10 12:22:08 markd Exp $
+$NetBSD: distinfo,v 1.21 2004/08/05 13:46:03 markd Exp $
SHA1 (kdepim-3.2.3.tar.bz2) = 233f557961d337d411995cb74216695d911a3bdb
Size (kdepim-3.2.3.tar.bz2) = 7711686 bytes
SHA1 (patch-aa) = c8e038288e8f4f94f927cf36d95acbd07f77fd85
+SHA1 (patch-ab) = 0ac011fa1d3ad8f12416bc970ada7dbcf6721e63
SHA1 (patch-ai) = 83772554377643ecfe38dd96103a2ad2deb9136e
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>