pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cffi
Module Name: pkgsrc
Committed By: leot
Date: Fri Apr 26 17:06:21 UTC 2019
Modified Files:
pkgsrc/devel/py-cffi: Makefile
Log Message:
py-cffi: Remove no longer needed NetBSD/evbarm aarch64 kludge
__thread works now (8.99.37 but probably also older).
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-cffi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-cffi/Makefile
diff -u pkgsrc/devel/py-cffi/Makefile:1.37 pkgsrc/devel/py-cffi/Makefile:1.38
--- pkgsrc/devel/py-cffi/Makefile:1.37 Fri Apr 26 15:14:31 2019
+++ pkgsrc/devel/py-cffi/Makefile Fri Apr 26 17:06:21 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index