Date: Thu, 14 Jan 2021 14:08:04 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561556 - branches/2021Q1/comms/limesuite Message-ID: <202101141408.10EE84Vm020927@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jan 14 14:08:03 2021 New Revision: 561556 URL: https://svnweb.freebsd.org/changeset/ports/561556 Log: MFH: r561555 comms/limesuite: fix build on GCC architectures, don't set -march=native Modified: branches/2021Q1/comms/limesuite/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/comms/limesuite/Makefile ============================================================================== --- branches/2021Q1/comms/limesuite/Makefile Thu Jan 14 14:06:27 2021 (r561555) +++ branches/2021Q1/comms/limesuite/Makefile Thu Jan 14 14:08:03 2021 (r561556) @@ -3,6 +3,7 @@ PORTNAME= limesuite DISTVERSIONPREFIX= v DISTVERSION= 20.10.0 +PORTREVISION= 2 CATEGORIES= comms astro hamradio MAINTAINER= tomek@cedro.info @@ -13,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101141408.10EE84Vm020927>