diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-16 18:16:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-16 18:26:23 +0000 |
commit | 734819cc2bd010dd18a7dc0a422c33246ddd630a (patch) | |
tree | 0092402aab3fd33f372ea2da96ba66749bd044c4 | |
parent | 82fc3b1ace8fbb9c8bd304685f6fc4eec109115a (diff) |
x11-toolkits/py-tkinter: Fix 0fb123abaab69957b55f6cee92885dc1a65406ec
@py27 flavor does not have ABI version tagged .so file.
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |