diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-23 23:44:12 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-23 23:44:12 +0000 |
commit | f8bd6c09a48d12879cf5881d1a33ec265050cbbe (patch) | |
tree | 49e18e979440f6db9209594032c60490ee940046 /misc/py-SoapySDR/Makefile | |
parent | 00215eaa951768c1d8377cc2c504ede8d6234bf7 (diff) |
Notes
Diffstat (limited to 'misc/py-SoapySDR/Makefile')
-rw-r--r-- | misc/py-SoapySDR/Makefile | 2 |
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 |