svn commit: r480622 - head/misc/py-SoapySDR

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 24 18:39:26 UTC 2018


Author: yuri
Date: Mon Sep 24 18:39:25 2018
New Revision: 480622
URL: https://svnweb.freebsd.org/changeset/ports/480622

Log:
  misc/py-SoapySDR: Fix build on GCC-based architectures
  
  PR:		231691
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/misc/py-SoapySDR/Makefile

Modified: head/misc/py-SoapySDR/Makefile
==============================================================================
--- head/misc/py-SoapySDR/Makefile	Mon Sep 24 18:35:12 2018	(r480621)
+++ head/misc/py-SoapySDR/Makefile	Mon Sep 24 18:39:25 2018	(r480622)
@@ -4,6 +4,7 @@ PORTNAME=	SoapySDR
 DISTVERSIONPREFIX=	soapy-sdr-
 DISTVERSION=	0.6.1-71
 DISTVERSIONSUFFIX=	-g69c16e9
+PORTREVISION=	1
 CATEGORIES=	misc hamradio python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE_1_0.txt
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libSoapySDR.so:misc/soapysdr
 
-USES=		cmake:outsource python
+USES=		cmake:outsource compiler:c++11-lang python
 USE_GITHUB=	yes
 GH_ACCOUNT=	pothosware
 USE_PYTHON=	flavors


More information about the svn-ports-head mailing list