svn commit: r543749 - head/devel/py-google-crc32c

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 30 09:50:50 UTC 2020


Author: sunpoet
Date: Thu Jul 30 09:50:49 2020
New Revision: 543749
URL: https://svnweb.freebsd.org/changeset/ports/543749

Log:
  Fix build with Python 2.7

Modified:
  head/devel/py-google-crc32c/Makefile

Modified: head/devel/py-google-crc32c/Makefile
==============================================================================
--- head/devel/py-google-crc32c/Makefile	Thu Jul 30 09:50:43 2020	(r543748)
+++ head/devel/py-google-crc32c/Makefile	Thu Jul 30 09:50:49 2020	(r543749)
@@ -20,6 +20,6 @@ USES=		localbase python
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c/_crc32c_cffi.abi3.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/crc32c/_crc32c_cffi*.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list