[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258804

            Bug ID: 258804
           Summary: www/firefox: 93.0 fails to build on i386
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko@FreeBSD.org
          Reporter: felix@palmen-it.de
          Assignee: gecko@FreeBSD.org
             Flags: maintainer-feedback?(gecko@FreeBSD.org)

Compiler error:

---
/wrkdirs/usr/ports/www/firefox/work/firefox-93.0/modules/fdlibm/src/math_private
.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.

-- 
You are receiving this mail because:
You are the assignee for the bug.