git: 9964012fd426 - main - misc/py-SoapySDR: fix build with python 3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 17:45:04 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9964012fd426ec576823037de44cc2a67db54c6a
commit 9964012fd426ec576823037de44cc2a67db54c6a
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:39:49 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:39:49 +0000
misc/py-SoapySDR: fix build with python 3.12
PR: 285957
---
misc/py-SoapySDR/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/py-SoapySDR/Makefile b/misc/py-SoapySDR/Makefile
index c463d190e182..541b2944b8f6 100644
--- a/misc/py-SoapySDR/Makefile
+++ b/misc/py-SoapySDR/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/pothosware/SoapySDR
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/../LICENSE_1_0.txt
-BUILD_DEPENDS= swig:devel/swig
+BUILD_DEPENDS= swig:devel/swig \
+ ${PY_SETUPTOOLS}
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr
USES= cmake compiler:c++11-lang gettext-runtime python