svn commit: r506279 - head/devel/py-intbitset

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 9 12:00:27 UTC 2019


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}
 


More information about the svn-ports-all mailing list