From 8e3af277083aebd08b1b328719fec6719fa93015 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 2 May 2024 18:18:18 -0700 Subject: devel/cargo-leptos: Fix build on i386 Reported by: fallout (cherry picked from commit 7cd1b6f6d4ba6ec2c5dd2d5553665985116cfd53) --- devel/cargo-leptos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile index bf4d05f5c548..cccc85d70371 100644 --- a/devel/cargo-leptos/Makefile +++ b/devel/cargo-leptos/Makefile @@ -15,7 +15,7 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= leptos-rs -CARGO_FEATURES= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/sse sse2/} # add sse sse2 features only on i386 +RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386 CARGO_CRATES= addr2line-0.21.0 \ adler-1.0.2 \ -- cgit v1.2.3