comms/limesuite: fix build on GCC architectures, don't set -march=native
MFH: 2021Q1
This commit is contained in:
parent
6018a8a224
commit
b20da2df07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561555
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user