Re: git: 4b0565682a89 - main - multimedia/gstreamer1-plugins-rust: Mark as broken on aarch64.

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 18 Oct 2021 12:52:39 UTC
Mikael Urankar <mikael@FreeBSD.org> writes:

> The branch main has been updated by mikael:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=4b0565682a89af593347e99ae108249508e253cf
>
> commit 4b0565682a89af593347e99ae108249508e253cf
> Author:     Mikael Urankar <mikael@FreeBSD.org>
> AuthorDate: 2021-10-14 16:05:58 +0000
> Commit:     Mikael Urankar <mikael@FreeBSD.org>
> CommitDate: 2021-10-18 11:43:56 +0000
>
>     multimedia/gstreamer1-plugins-rust: Mark as broken on aarch64.
[...]
> +BROKEN_aarch64=	fails to build: device_name: [0i8; 64usize], expected `u8`, found `i8`

In which crate? If csound-sys check upstream then work around via

  OPTIONS_EXCLUDE_aarch64=CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda

(Put the line between OPTIONS_DEFAULT and OPTIONS_SUB)