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

Mark Linimon linimon at FreeBSD.org
Fri May 10 15:40:49 UTC 2019


Author: linimon
Date: Fri May 10 15:40:48 2019
New Revision: 501184
URL: https://svnweb.freebsd.org/changeset/ports/501184

Log:
  This port now builds on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/py-intbitset/Makefile

Modified: head/devel/py-intbitset/Makefile
==============================================================================
--- head/devel/py-intbitset/Makefile	Fri May 10 15:37:00 2019	(r501183)
+++ head/devel/py-intbitset/Makefile	Fri May 10 15:40:48 2019	(r501184)
@@ -13,7 +13,6 @@ COMMENT=	C-based extension implementing fast integer b
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=		fails to compile: the clang compiler does not support -march=core2
 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
 


More information about the svn-ports-all mailing list