From ed564c5560425a51c9637a8e57b60f76fc32f06c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 2 Jun 2003 18:30:59 +0000 Subject: Add mozilla-firebird after a repo move from phoenix. Mozilla Firebird is the browser reborn from the ashes of the Phoenix. * Update to 0.6 [1] * Add optional GTK+-2 support [2] * Add [untested] Sparc64 support [3] * Add [untested] Alpha support [4] * Do not compile with -O2 by default. Instead specify -DWITH_OPTIMIZED_CFLAGS to get extra optimizations * Link the Java Plug-in again Submitted by: Stijn Hoop [1] Christopher Nehren [2] (based on) tmm and kris [3] Bernd Walter [4] Minor fixes by: obraun --- .../files/patch-nsprpub-pr-src-misc-prtime.c | 25 ++++++++-------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c') diff --git a/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c b/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c index 6b65ef14fbec..9682808e4d9e 100644 --- a/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c +++ b/www/firefox/files/patch-nsprpub-pr-src-misc-prtime.c @@ -1,18 +1,11 @@ ---- nsprpub/pr/src/misc/prtime.c.orig Sun Mar 31 12:17:46 2002 -+++ nsprpub/pr/src/misc/prtime.c Tue Dec 17 21:30:30 2002 -@@ -1666,12 +1666,13 @@ - * values for these two fields. +--- 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) -+#if defined(__FreeBSD__)|| defined(SUNOS4) \ -+ || (__GLIBC__ >= 2) || defined(XP_BEOS) - if (mktime(&a) == -1) { - PR_snprintf(buf, buflen, "can't get timezone"); - return 0; - } --#endif -+#endif /* check for __FreeBSD__, too */ - - return strftime(buf, buflen, fmt, &a); - } + #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 -- cgit v1.2.3