summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-01 21:51:08 +0000
commit6ebf3e3446ec1b7e85c9d0796df93bf6ebb260fb (patch)
tree984ad786e345f31cf8226518629a9548b2949e41 /www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c
parent- Properly spell pre-everything with two colons (diff)
* Update mozilla-devel to 1.6a
* Install pkg-config files for both the GTK1 and GTK2 versions of Mozilla * Update dependent browsers accordingly
Notes
Notes: svn path=/head/; revision=92794
Diffstat (limited to '')
-rw-r--r--www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c b/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c
deleted file mode 100644
index f13ae2faa20e..000000000000
--- a/www/seamonkey/files/patch-nsprpub_pr_src_misc_prtime.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- nsprpub/pr/src/misc/prtime.c.orig Wed Feb 26 19:01:02 2003
-+++ nsprpub/pr/src/misc/prtime.c Mon Jun 30 23:18:29 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