sysutils/conserve: Fix build on i386

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-11-02 14:41:43 -07:00
parent b1acc004af
commit 38b305e80f

View file

@ -16,6 +16,8 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= sourcefrog
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 \