Date: Tue, 9 Jul 2019 12:00:26 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506279 - head/devel/py-intbitset Message-ID: <201907091200.x69C0Q5G085686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jul 9 12:00:26 2019 New Revision: 506279 URL: https://svnweb.freebsd.org/changeset/ports/506279 Log: devel/py-intbitset: unbreak on ARM platforms Tested with native build on BeagleBone Black (armv7, probably also builds on armv6). Approved by: mentors (implicit approval) Modified: head/devel/py-intbitset/Makefile Modified: head/devel/py-intbitset/Makefile ============================================================================== --- head/devel/py-intbitset/Makefile Tue Jul 9 10:42:47 2019 (r506278) +++ head/devel/py-intbitset/Makefile Tue Jul 9 12:00:26 2019 (r506279) @@ -13,9 +13,6 @@ COMMENT= C-based extension implementing fast integer b LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv6= fails to compile: the clang compiler does not support -march=core2 -BROKEN_armv7= fails to compile: the clang compiler does not support -march=core2 - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907091200.x69C0Q5G085686>