summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-cz
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/patches/patch-cz')
-rw-r--r--misc/openoffice/patches/patch-cz13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice/patches/patch-cz b/misc/openoffice/patches/patch-cz
new file mode 100644
index 00000000000..720b67c2c2b
--- /dev/null
+++ b/misc/openoffice/patches/patch-cz
@@ -0,0 +1,13 @@
+$NetBSD: patch-cz,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
+
+--- ../unzip/source/misc.c.orig Wed May 2 01:13:26 2001
++++ ../unzip/source/misc.c
+@@ -300,7 +300,7 @@
+ static short yday[]={0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
+ int yr, mo, dy, hh, mm, ss, leap;
+ long m_time, days=0;
+-#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__))
++#if (!defined(MACOS) && !defined(MSC) && !defined(__GO32__) && !defined(NETBSD))
+ #if (defined(BSD) || defined(MTS))
+ #ifndef __386BSD__
+ static struct timeb tbp;