Re: git: b5097ef59669 - main - net-im/libsignal-client: Mark as broken on aarch64

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Fri, 01 Jul 2022 09:36:30 UTC
On 01/07/2022 10:44, Mateusz Piotrowski wrote:
> URL: https://cgit.FreeBSD.org/ports/commit/?id=b5097ef59669c6c54c180cb20d1492b46805711e
>   
> +BROKEN_aarch64=	fails to compile: could not compile `polyval`: the feature named `crypto` is not valid for this target

Hmmm, does it look like it could be fixed with RUSTC_BOOTSTRAP?

+MAKE_ENV+=	RUSTC_BOOTSTRAP=aes,polyval

I have no aarch64 machine to test that now.