git: 734819cc2bd0 - main - x11-toolkits/py-tkinter: Fix 0fb123abaab69957b55f6cee92885dc1a65406ec
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:36:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=734819cc2bd010dd18a7dc0a422c33246ddd630a commit 734819cc2bd010dd18a7dc0a422c33246ddd630a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:16:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:26:23 +0000 x11-toolkits/py-tkinter: Fix 0fb123abaab69957b55f6cee92885dc1a65406ec @py27 flavor does not have ABI version tagged .so file. --- x11-toolkits/py-tkinter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile index 5b7e5a7f3b9c..85134b9484a9 100644 --- a/x11-toolkits/py-tkinter/Makefile +++ b/x11-toolkits/py-tkinter/Makefile @@ -32,6 +32,7 @@ post-extract: .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_tkinter.cpython-${PYTHON_SUFFIX}.so +# ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_tkinter.cpython-${PYTHON_SUFFIX}.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/lib-dynload/_tkinter*.so .include <bsd.port.post.mk>