ports/113094: lang/spidermonkey Fix GCC 4.2 build on CURRENT
Anish Mistry
amistry at am-productions.biz
Mon May 28 16:20:04 UTC 2007
>Number: 113094
>Category: ports
>Synopsis: lang/spidermonkey Fix GCC 4.2 build on CURRENT
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon May 28 16:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Anish Mistry
>Release: FreeBSD 6.2-RELEASE i386
>Organization:
AM Productions
>Environment:
System: FreeBSD 6.2-RELEASE #0: Thu Feb 1 01:53:22 EST 2007
amistry at bigguy.am-productions.biz:/usr/home/amistry/storage/temp/usr/home/amistry/windows-share/build/src/sys/BIGGUY
>Description:
Fix GCC 4.2 build.
>How-To-Repeat:
>Fix:
--- patch-jsstr.c begins here ---
--- jsstr.c.orig Mon Dec 22 01:13:07 2003
+++ jsstr.c Mon May 28 10:46:21 2007
@@ -1830,6 +1830,8 @@
jsdouble d;
jsint i, j;
uint32 len, limit;
+
+ bzero(&tmp,sizeof(tmp));
str = js_ValueToString(cx, OBJECT_TO_JSVAL(obj));
if (!str)
--- patch-jsstr.c ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list