git: 96fd666304d3 - main - devel/pika: Broken on armv6

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 29 Jul 2022 20:51:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96fd666304d3893d7c79b94093e708e5a3ebfeab

commit 96fd666304d3893d7c79b94093e708e5a3ebfeab
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-29 20:51:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-29 20:51:08 +0000

    devel/pika: Broken on armv6
    
    Reported by:    fallout
---
 devel/pika/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/pika/Makefile b/devel/pika/Makefile
index e94557a0259f..0cb1c260a194 100644
--- a/devel/pika/Makefile
+++ b/devel/pika/Makefile
@@ -9,6 +9,7 @@ LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
 BROKEN_aarch64=	error: 'regparm' is not valid on this platform, see https://github.com/pika-org/pika/issues/331
+BROKEN_armv6=	error: 'regparm' is not valid on this platform, see https://github.com/pika-org/pika/issues/331
 
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 LIB_DEPENDS=	libhwloc.so:devel/hwloc2 \