1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

devel/cargo-deny: Fix build on i386

This commit is contained in:
Yuri Victorovich 2024-05-25 18:34:09 -07:00
parent f53c4a8088
commit 1930f3ccb1

View File

@ -18,6 +18,8 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= EmbarkStudios
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 \
ahash-0.8.11 \