Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 08:14:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498543 - head/comms/soapyairspy
Message-ID:  <201904100814.x3A8EmhO060234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr 10 08:14:47 2019
New Revision: 498543
URL: https://svnweb.freebsd.org/changeset/ports/498543

Log:
  comms/soapyairspy: fix build with GCC-based architectures
  
  PR:		237174
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/comms/soapyairspy/Makefile

Modified: head/comms/soapyairspy/Makefile
==============================================================================
--- head/comms/soapyairspy/Makefile	Wed Apr 10 08:12:58 2019	(r498542)
+++ head/comms/soapyairspy/Makefile	Wed Apr 10 08:14:47 2019	(r498543)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libairspy.so:comms/airspy \
 		libSoapySDR.so:misc/soapysdr
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	pothosware
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904100814.x3A8EmhO060234>