Date: Fri, 23 Apr 2021 22:18:36 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d6c515db9534 - main - math/py-ecos: Fix build with Python 3.8+ Message-ID: <202104232218.13NMIavt094533@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d6c515db95343eadeb7a85dec41c9204f193a551 commit d6c515db95343eadeb7a85dec41c9204f193a551 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-04-23 22:17:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-04-23 22:17:46 +0000 math/py-ecos: Fix build with Python 3.8+ --- math/py-ecos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-ecos/Makefile b/math/py-ecos/Makefile index 231b43ed8f41..798020418392 100644 --- a/math/py-ecos/Makefile +++ b/math/py-ecos/Makefile @@ -26,6 +26,6 @@ pre-configure: @${ECHO} "__version__=\"$(DISTVERSION)\"" > ${WRKSRC}/src/ecos/version.py post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ecos.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_ecos*.so .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104232218.13NMIavt094533>