Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 17:07:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 243653] www/firefox: fix build on aarch64
Message-ID:  <bug-243653-21738-oiwEtzq3Cp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243653-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243653-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=3D243653

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 211106
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211106
patch

Sorry, I've missed this patch. Can you propagate the same fix to www/cliqz,
www/firefox-esr and mail/thunderbird?

> +#elif defined(SK_CPU_ARM64) && defined(__FreeBSD__)
>++#ifndef ID_AA64ISAR0_CRC32_VAL
>++#define ID_AA64ISAR0_CRC32_VAL ID_AA64ISAR0_CRC32
>++#endif
> +    #include <machine/armreg.h>

Move #ifndef after #include or it won't have effect.

--=20
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-243653-21738-oiwEtzq3Cp>