diff options
author | mbr <mbr@FreeBSD.org> | 2002-04-15 23:14:28 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-04-15 23:14:28 +0800 |
commit | 11ee3e99e24aee1fa4b358eb8189d3e8a3a149b5 (patch) | |
tree | afd749e56f9126897b2b54faa49d2c1aa94b8e7e /editors/openoffice | |
parent | 8058faa4f8aa325704963fbd514f9f48345014fd (diff) | |
download | freebsd-ports-gnome-11ee3e99e24aee1fa4b358eb8189d3e8a3a149b5.tar.gz freebsd-ports-gnome-11ee3e99e24aee1fa4b358eb8189d3e8a3a149b5.tar.zst freebsd-ports-gnome-11ee3e99e24aee1fa4b358eb8189d3e8a3a149b5.zip |
Ifdef another windows timezone definition
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/files/patch-unzip+source+file_io.c | 12 | ||||
-rw-r--r-- | editors/openoffice/files/patch-unzip::source::file_io.c | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-unzip+source+file_io.c b/editors/openoffice/files/patch-unzip+source+file_io.c new file mode 100644 index 000000000000..ec06265f3b01 --- /dev/null +++ b/editors/openoffice/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 */ + diff --git a/editors/openoffice/files/patch-unzip::source::file_io.c b/editors/openoffice/files/patch-unzip::source::file_io.c new file mode 100644 index 000000000000..ec06265f3b01 --- /dev/null +++ b/editors/openoffice/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 */ + |