Date: Mon, 24 Sep 2018 18:39:26 +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: r480622 - head/misc/py-SoapySDR Message-ID: <201809241839.w8OIdQBp056402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241839.w8OIdQBp056402>