Date: Wed, 21 Jan 2015 04:48:48 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 196772] www/firefox: Build failed for i386 Message-ID: <bug-196772-21738-XmJaUbO1bL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196772-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-196772-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196772 --- Comment #13 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Jan 21 04:47:49 UTC 2015 New revision: 377575 URL: https://svnweb.freebsd.org/changeset/ports/377575 Log: MFH: r377551 Unbreak build with base libstdc++ on i386 and powerpc std::abs(int64_t) for 32bit archs or std::llabs are not available in base libstdc++ from forked GCC 4.2.1 or before 10.0-RELEASE (r255294) for libstdc++ in lang/gcc47 and earlier (upstream PR libstdc++/54686). To avoid the build error use mozilla::Abs which implements overloads for all signed natural types but has unsigned return value. This change won't be requried for Firefox 36 et al. PR: 196772 Reported by: many Submitted by: bar (initial version) Obtained from: https://github.com/mozilla/gecko-dev/commit/e664fe8 Differential Revision: https://reviews.freebsd.org/D1569 Approved by: bapt, flo (mentors) Approved by: portmgr (bapt) Changes: _U branches/2015Q1/ branches/2015Q1/www/firefox/files/patch-bug1122586 branches/2015Q1/www/seamonkey/files/patch-bug1122586 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196772-21738-XmJaUbO1bL>