Date: Tue, 14 Jan 2025 09:39:40 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: 9bf45d28694e - main - devel/hpx: Fix typo Message-ID: <202501140939.50E9de5Q035021@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=9bf45d28694ece78bf5f8a0eb43de2e8ed697de8 commit 9bf45d28694ece78bf5f8a0eb43de2e8ed697de8 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-14 08:54:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-14 09:39:36 +0000 devel/hpx: Fix typo --- devel/hpx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile index 1ff63b373da1..514ef0262075 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -16,7 +16,7 @@ WWW= https://hpx.stellar-group.org/ \ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt -BRPKEN_armv7= compilation fails: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6557 +BROKEN_armv7= compilation fails: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6557 BROKEN_i386= compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426 BROKEN_powerpc= compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426 BROKEN_riscv64= hpx/hardware/timestamp.hpp:43:6: error: Unsupported platform
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501140939.50E9de5Q035021>