Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:50:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543749 - head/devel/py-google-crc32c
Message-ID:  <202007300950.06U9on4F075496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300950.06U9on4F075496>