summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-04-15 15:14:28 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-04-15 15:14:28 +0000
commit30f652aa6319a432dd7c7c05be37bae2fb58602d (patch)
tree9c24cd3ab3fc9278c3cd62e8b0052430274eef09 /editors/openoffice-1.1-devel/files
parentAdd missing includes (diff)
Ifdef another windows timezone definition
Notes
Notes: svn path=/head/; revision=57718
Diffstat (limited to 'editors/openoffice-1.1-devel/files')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-unzip+source+file_io.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-unzip+source+file_io.c b/editors/openoffice-1.1-devel/files/patch-unzip+source+file_io.c
new file mode 100644
index 000000000000..ec06265f3b01
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-unzip+source+file_io.c
@@ -0,0 +1,12 @@
+--- ../unzip/source/file_io.c.orig Mon Apr 15 16:59:43 2002
++++ ../unzip/source/file_io.c Mon Apr 15 17:05:38 2002
+@@ -865,7 +865,9 @@
+ static struct timeb tbp;
+ #endif /* !__386BSD__ */
+ #else /* !BSD */
++#if (!defined(FREEBSD) && !defined(NETSBD))
+ extern long timezone;
++#endif
+ #endif /* ?BSD */
+ #endif /* ?AMIGA */
+