diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 23:22:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 23:22:17 +0000 |
commit | 6bd449375a5a355d275f1124e4c48dc8bdb3c02d (patch) | |
tree | ce2f2a78c4ded2f6a22df8e31c92370507744a0f /mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c | |
parent | - Fix build on -CURRENT (diff) |
* Update to 0.4
* Add support for new options
* Don't include stuff after bsd.port.post.mk
Notes
Notes:
svn path=/head/; revision=95298
Diffstat (limited to 'mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c')
-rw-r--r-- | mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c b/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c deleted file mode 100644 index 9682808e4d9e..000000000000 --- a/mail/thunderbird3/files/patch-nsprpub-pr-src-misc-prtime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |