svn commit: r441572 - head/devel/clanlib22

Mark Linimon linimon at FreeBSD.org
Wed May 24 10:35:50 UTC 2017


Author: linimon
Date: Wed May 24 10:35:48 2017
New Revision: 441572
URL: https://svnweb.freebsd.org/changeset/ports/441572

Log:
  Also broken on armv6.

Modified:
  head/devel/clanlib22/Makefile

Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile	Wed May 24 10:28:19 2017	(r441571)
+++ head/devel/clanlib22/Makefile	Wed May 24 10:35:48 2017	(r441572)
@@ -49,6 +49,7 @@ PLIST_SUB+=	VER=${PORTVERSION:R} \
 		SHORT_VER=${PORTVERSION:R:R}${PORTVERSION:R:E}
 
 BROKEN_aarch64=		fails to configure: error:  Requires SSE2 Support
+BROKEN_armv6=		fails to configure: error:  Requires SSE2 Support
 BROKEN_powerpc64=	fails to configure: error:  Requires SSE2 Support
 BROKEN_sparc64=		fails to configure: error:  Requires SSE2 Support
 


More information about the svn-ports-all mailing list