Date: Fri, 29 Jul 2022 20:51:35 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 96fd666304d3 - main - devel/pika: Broken on armv6 Message-ID: <202207292051.26TKpZwb002017@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207292051.26TKpZwb002017>