mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ed564c5560
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 <stijn@win.tue.nl> [1] Christopher Nehren <apeiron@comcast.net> [2] (based on) tmm and kris [3] Bernd Walter <ticso@cicely.de> [4] Minor fixes by: obraun
12 lines
402 B
C
12 lines
402 B
C
--- 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
|