summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-ac')
-rw-r--r--misc/kdepim3/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/kdepim3/patches/patch-ac b/misc/kdepim3/patches/patch-ac
new file mode 100644
index 00000000000..aa271fb9788
--- /dev/null
+++ b/misc/kdepim3/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.11 2006/02/07 10:10:42 markd Exp $
+
+--- kpilot/lib/options.cc.orig 2005-09-10 20:24:40.000000000 +1200
++++ kpilot/lib/options.cc
+@@ -90,7 +90,9 @@ struct tm writeTm(const QDateTime &dt)
+ t.tm_wday = 0; // unimplemented
+ t.tm_yday = 0; // unimplemented
+ t.tm_isdst = 0; // unimplemented
++#ifndef Q_OS_SOLARIS
+ t.tm_zone = 0; // unimplemented
++#endif
+
+ t.tm_year = dt.date().year() - 1900;
+ t.tm_mon = dt.date().month() - 1;