summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-unzip+source+file_io.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /editors/openoffice.org-3/files/patch-unzip+source+file_io.c
parentReorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes: svn path=/head/; revision=77676 svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'editors/openoffice.org-3/files/patch-unzip+source+file_io.c')
-rw-r--r--editors/openoffice.org-3/files/patch-unzip+source+file_io.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice.org-3/files/patch-unzip+source+file_io.c b/editors/openoffice.org-3/files/patch-unzip+source+file_io.c
deleted file mode 100644
index 2f85a108c185..000000000000
--- a/editors/openoffice.org-3/files/patch-unzip+source+file_io.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- ../unzip/source/file_io.c.orig Sat Oct 19 11:58:45 2002
-+++ ../unzip/source/file_io.c Sat Oct 19 12:03:40 2002
-@@ -500,7 +500,7 @@
- #ifdef MPW
- pCallBack( 0 );
- #else
-- #if defined LINUX || defined MACOSX || defined NETBSD
-+ #if defined LINUX || defined MACOSX || defined NETBSD || defined FREEBSD
- pCallBack( lseek(outfd, 0, SEEK_CUR) );
- #else
- pCallBack( tell( outfd ) );
-@@ -865,7 +865,9 @@
- static struct timeb tbp;
- #endif /* !__386BSD__ */
- #else /* !BSD */
-+#if (!defined(NETBSD) && !defined(FREEBSD))
- extern long timezone;
-+#endif /* !defined(NETBSD) && !defined(FREEBSD) */
- #endif /* ?BSD */
- #endif /* ?AMIGA */
-