Re: git: 7b0c8167940b - main - net/ntpd-rs: mark as broken on i386

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 20 Jul 2024 15:43:46 UTC
Mikael Urankar <mikael@FreeBSD.org> writes:

> +NOT_FOR_ARCHS=	i386
> +NOT_FOR_ARCHS_REASON=	the ring crate requires SSE2 instruction on intel cpu

Why not pass -C target-feature=+sse2 like games/jumpy instead?