pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/py-soapy-sdr
Module Name: pkgsrc
Committed By: tnn
Date: Sat Aug 1 08:59:36 UTC 2020
Modified Files:
pkgsrc/ham/py-soapy-sdr: Makefile
Log Message:
PY_PATCHPLIST goes before extension.mk
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/ham/py-soapy-sdr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/ham/py-soapy-sdr/Makefile
diff -u pkgsrc/ham/py-soapy-sdr/Makefile:1.1 pkgsrc/ham/py-soapy-sdr/Makefile:1.2
--- pkgsrc/ham/py-soapy-sdr/Makefile:1.1 Sat Aug 1 08:57:05 2020
+++ pkgsrc/ham/py-soapy-sdr/Makefile Sat Aug 1 08:59:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/01 08:57:05 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/01 08:59:36 tnn Exp $
DISTNAME= soapy-sdr-0.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -23,8 +23,8 @@ CMAKE_ARGS+= -DPYTHON_CONFIG_EXECUTABLE=
CMAKE_ARGS+= -DSWIG_EXECUTABLE=${PREFIX:Q}/bin/swig3.0
WRKSRC= ${WRKDIR}/SoapySDR-${DISTNAME}/python
-.include "../../lang/python/extension.mk"
PY_PATCHPLIST= yes
+.include "../../lang/python/extension.mk"
.include "../../ham/soapy-sdr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index