[Bug 243653] www/firefox: fix build on aarch64
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 16 17:07:02 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243653
--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 211106
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211106
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list