diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 06:31:09 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-04 06:31:09 +0000 |
| commit | 37e90a90a1a7f29745a20c2bb530e2e3b25c88f6 (patch) | |
| tree | 257334b20ee3b798b64ce5c03cc974ddb9ac9930 /mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c | |
| parent | - update to 0.3.1 (diff) | |
Add mozilla-thunderbird, a mail application based on the Mozilla mail
component. More details on this project as well as the 0.2 release notes
can be found at:
http://www.mozilla.org/projects/thunderbird/
Diffstat (limited to 'mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c')
| -rw-r--r-- | mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c new file mode 100644 index 000000000000..9682808e4d9e --- /dev/null +++ b/mail/thunderbird-devel/files/patch-nsprpub-pr-src-misc-prtime.c @@ -0,0 +1,11 @@ +--- nsprpub/pr/src/misc/prtime.c.orig Thu Feb 27 01:01:02 2003 ++++ nsprpub/pr/src/misc/prtime.c Thu May 22 16:46:49 2003 +@@ -1666,7 +1666,7 @@ + */ + + #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \ +- || defined(NETBSD) ++ || defined(NETBSD) || defined(__FreeBSD__) + a.tm_zone = NULL; + a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset; + #endif |
