svn commit: r561556 - branches/2021Q1/comms/limesuite

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 14 14:08:04 UTC 2021


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 at 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


More information about the svn-ports-all mailing list