svn commit: r549836 - head/math/tblis

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 19:36:46 UTC 2020


Author: linimon
Date: Wed Sep 23 19:36:46 2020
New Revision: 549836
URL: https://svnweb.freebsd.org/changeset/ports/549836

Log:
  Also mark as broken on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/tblis/Makefile

Modified: head/math/tblis/Makefile
==============================================================================
--- head/math/tblis/Makefile	Wed Sep 23 19:34:37 2020	(r549835)
+++ head/math/tblis/Makefile	Wed Sep 23 19:36:46 2020	(r549836)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN_aarch64=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
 BROKEN_armv6=		fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
 BROKEN_powerpc64=	fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
+BROKEN_powerpc64le=	fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
 NOT_FOR_ARCHS=	i386
 NOT_FOR_ARCHS_REASON=	i386 requires SSE
 


More information about the svn-ports-all mailing list