pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-cffi py-cffi: Remove no longer needed NetBSD/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b14980c13df
branches: trunk
changeset: 332887:6b14980c13df
user: leot <leot%pkgsrc.org@localhost>
date: Fri Apr 26 17:06:21 2019 +0000
description:
py-cffi: Remove no longer needed NetBSD/evbarm aarch64 kludge
__thread works now (8.99.37 but probably also older).
diffstat:
devel/py-cffi/Makefile | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r 789cf58890d6 -r 6b14980c13df devel/py-cffi/Makefile
--- a/devel/py-cffi/Makefile Fri Apr 26 16:53:20 2019 +0000
+++ b/devel/py-cffi/Makefile Fri Apr 26 17:06:21 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index