Skip to content
Snippets Groups Projects
Commit 96342d90 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

deskutils/pueue: Fix build on i386

Reported by:	fallout
parent 1635f7ef
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Nukesor
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
CARGO_CARGOTOML=${WRKSRC}/${PORTNAME}/Cargo.toml
CARGO_INSTALL_PATH=${PORTNAME}/
CARGO_CRATES= addr2line-0.22.0 \
......@@ -287,4 +289,3 @@ post-install:
${STAGEDIR}${PREFIX}/bin/${PORTNAME}d
.include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment