maintainer-feedback requested: [Bug 258804] www/firefox: 93.0 fails to build on i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 30 Sep 2021 11:23:26 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko (Nobody)
<gecko@FreeBSD.org> for maintainer-feedback:
Bug 258804: www/firefox: 93.0 fails to build on i386
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258804



--- Description ---
Compiler error:

---
/wrkdirs/usr/ports/www/firefox/work/firefox-93.0/modules/fdlibm/src/math_privat
e
.h:33:21: error: typedef redefinition with different types ('double' vs 'long
do
uble')
typedef double	    __double_t;
		    ^
/usr/include/x86/_types.h:87:21: note: previous definition is here
typedef long double	__double_t;
			^
1 error generated.
---

Testing a possible fix right now, will add a patch if successful.