aboutsummaryrefslogtreecommitdiff
path: root/misc/py-SoapySDR
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-23 23:44:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-23 23:44:12 +0000
commitf8bd6c09a48d12879cf5881d1a33ec265050cbbe (patch)
tree49e18e979440f6db9209594032c60490ee940046 /misc/py-SoapySDR
parent00215eaa951768c1d8377cc2c504ede8d6234bf7 (diff)
downloadports-f8bd6c09a48d12879cf5881d1a33ec265050cbbe.tar.gz
ports-f8bd6c09a48d12879cf5881d1a33ec265050cbbe.zip
misc/py-SoapySDR: Label as broken on i386 until the python binding is properly implemented
Currently it is combined with the cmake-based project for C library, and this doesn't work great: it breaks on i386, and rebuilds the whole C library with python binding.
Notes
Notes: svn path=/head/; revision=473167
Diffstat (limited to 'misc/py-SoapySDR')
-rw-r--r--misc/py-SoapySDR/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-SoapySDR/Makefile b/misc/py-SoapySDR/Makefile
index 2854595c075d..56b83567157c 100644
--- a/misc/py-SoapySDR/Makefile
+++ b/misc/py-SoapySDR/Makefile
@@ -13,7 +13,7 @@ COMMENT= Vendor and platform neutral SDR support library (python binding)
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
-BROKEN_FreeBSD_10= error: redefinition of 'swig::traits<unsigned int>'
+BROKEN_i386= error: redefinition of 'swig::traits<unsigned int>', pending fix of https://github.com/pothosware/SoapySDR/issues/169
BUILD_DEPENDS= swig3.0:devel/swig30
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr