summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-18 13:46:58 +0000
committerjoerg <joerg>2005-12-18 13:46:58 +0000
commit8038734475c7737542a0f2487fc0e9d51a2c2f96 (patch)
treefa6813d878d94e82792ea8b671c24197adda3d5f /misc/kdepim3/patches
parent177a772aea69e28b2fe2758c06ced8ca2de7bacf (diff)
downloadpkgsrc-8038734475c7737542a0f2487fc0e9d51a2c2f96.tar.gz
Fix errno.
Diffstat (limited to 'misc/kdepim3/patches')
-rw-r--r--misc/kdepim3/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-aj b/misc/kdepim3/patches/patch-aj
new file mode 100644
index 00000000000..5839fb2e6ce
--- /dev/null
+++ b/misc/kdepim3/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2005/12/18 13:46:58 joerg Exp $
+
+--- libkcal/libical/src/libicalss/icalfileset.c.orig 2005-12-17 15:19:32.000000000 +0000
++++ libkcal/libical/src/libicalss/icalfileset.c
+@@ -56,8 +56,6 @@
+ #define S_ISREG(mode) _S_ISTYPE((mode), _S_IFREG)
+ #endif
+
+-extern int errno;
+-
+ /** Default options used when NULL is passed to icalset_new() **/
+ icalfileset_options icalfileset_options_default = {O_RDWR|O_CREAT, 0644, 0, 0};
+