mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
misc/py-SoapySDR: Fix build on GCC-based architectures
PR: 231691 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
parent
e130100638
commit
364fe01a87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480622
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user