aboutsummaryrefslogtreecommitdiff
path: root/net/narrowlink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/narrowlink/Makefile')
-rw-r--r--net/narrowlink/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/narrowlink/Makefile b/net/narrowlink/Makefile
index d2e538b094c5..f49203172958 100644
--- a/net/narrowlink/Makefile
+++ b/net/narrowlink/Makefile
@@ -1,6 +1,6 @@
PORTNAME= narrowlink
DISTVERSION= 0.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
@@ -16,6 +16,8 @@ USES= cargo
USE_RC_SUBR= narrowlink-agent narrowlink-gateway
USE_GITHUB= yes
+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 \
aead-0.5.2 \