Skip to content

Commit

Permalink
devel/py-crc32c: Fix build with python-3.11
Browse files Browse the repository at this point in the history
PR:		275494
Approved by:	portmgr(blanket, fix build)
  • Loading branch information
wenheping committed Jan 21, 2024
1 parent 6cc6af2 commit c7a1c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-crc32c/Makefile
Expand Up @@ -18,6 +18,6 @@ USES= python
USE_PYTHON= autoplist distutils

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c.cpython-39.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c.cpython-${PYTHON_SUFFIX}.so

.include <bsd.port.mk>

0 comments on commit c7a1c27

Please sign in to comment.