summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-02-07 10:06:53 +0000
committermarkd <markd@pkgsrc.org>2006-02-07 10:06:53 +0000
commit86fad723ef306fd489fd62c2dcfadc7d895216a8 (patch)
treef6189ee6d99c34184ede473c1a9846e5335e161d /misc/kdepim3/patches
parent3effd92691429249e6a3dc87e5a357ba43c8bafd (diff)
downloadpkgsrc-86fad723ef306fd489fd62c2dcfadc7d895216a8.tar.gz
Fix build on Solaris.
Diffstat (limited to 'misc/kdepim3/patches')
-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;