Re: git: c9d1143e5ea4 - main - net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Mon, 10 Apr 2023 10:26:59 UTC
On Mon, Apr 10, 2023 at 10:21:32AM +0000, Kurt Jaeger wrote:
> commit c9d1143e5ea4a97814235c84734d7701d7608c4f
> 
>   net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS
> 
>   PR:             240166
> 
> @@ -11,7 +11,7 @@ WWW=		https://freeswitch.org
>  
>  LICENSE=	MPL11
>  
> -ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le
> +ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le

You should've probably dropped it altogether, it's obviously
abused here.

./danfe