svn commit: r498543 - head/comms/soapyairspy

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 10 08:14:48 UTC 2019


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


More information about the svn-ports-all mailing list