freebsd-ports/editors/openoffice/files/patch-unzip+source+file_io.c
Martin Blapp f3bad9da86 Upgrade to 1.0.0
Builds ok, but is still broken
2002-05-01 21:09:48 +00:00

12 lines
364 B
C

--- ../unzip/source/file_io.c.orig Sat Apr 6 12:13:38 2002
+++ ../unzip/source/file_io.c Wed May 1 22:34:51 2002
@@ -864,7 +864,7 @@
#ifndef __386BSD__
static struct timeb tbp;
#endif /* !__386BSD__ */
-#elif !defined(NETBSD) /* !BSD */
+#elif (!defined(NETBSD) && !defined(FREEBSD))/* !BSD */
extern long timezone;
#endif /* ?BSD */
#endif /* ?AMIGA */