diff options
-rw-r--r-- | devel/py-cffi/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/py-cffi/Makefile b/devel/py-cffi/Makefile index fc6e343025b..4755ba5ef06 100644 --- a/devel/py-cffi/Makefile +++ b/devel/py-cffi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/26 15:14:31 adam Exp $ +# $NetBSD: Makefile,v 1.38 2019/04/26 17:06:21 leot Exp $ DISTNAME= cffi-1.12.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,13 +16,6 @@ USE_TOOLS+= pkg-config DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -# XXX: Kludge to avoid __thread that at the moment is still not properly -# XXX: supported on NetBSD/evbarm aarch64. -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "aarch64" -BUILDLINK_TRANSFORM+= rm:-DUSE__THREAD -.endif - DISTUTILS_BUILDDIR_IN_TEST_ENV= yes # to avoid py-hypothesis |