aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-14 14:06:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-14 14:06:27 +0000
commitb20da2df0765f8892b4b41e6dda7afb10125f050 (patch)
tree4ff9120deda91e8e95b7c56f4dc9cfaf3da3c76b /comms
parent6018a8a224ca822f28bf632e95f9988858b04322 (diff)
downloadports-b20da2df0765f8892b4b41e6dda7afb10125f050.tar.gz
ports-b20da2df0765f8892b4b41e6dda7afb10125f050.zip
comms/limesuite: fix build on GCC architectures, don't set -march=native
MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561555
Diffstat (limited to 'comms')
-rw-r--r--comms/limesuite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/limesuite/Makefile b/comms/limesuite/Makefile
index a1bf6c8bb34c..f9f48a6817e9 100644
--- a/comms/limesuite/Makefile
+++ b/comms/limesuite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= limesuite
DISTVERSIONPREFIX= v
DISTVERSION= 20.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms astro hamradio
MAINTAINER= tomek@cedro.info
@@ -14,13 +14,14 @@ LICENSE= APACHE20
BUILD_DEPENDS= gnuplot:math/gnuplot
RUN_DEPENDS= sqlite3:databases/sqlite3
-USES= cmake
+USES= cmake compiler:c11
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= myriadrf
GH_PROJECT= LimeSuite
+CMAKE_ARGS= -DENABLE_SIMD_FLAGS:STRING="none"
# DESKTOP IS LINUX ONLY.
# SPI IS LINUX ONLY.
# STREAM UNITE BROKEN UPSTREAM