git: 884a047f9d98 - main - devel/outcome: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jan 2025 09:37:09 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=884a047f9d981ac31fe6e96dd5557b7042d8a873 commit 884a047f9d981ac31fe6e96dd5557b7042d8a873 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-04 09:36:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-04 09:36:40 +0000 devel/outcome: Broken on armv7 Reported by: fallout --- devel/outcome/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/outcome/Makefile b/devel/outcome/Makefile index 443439189fe4..d6c9f407ef5e 100644 --- a/devel/outcome/Makefile +++ b/devel/outcome/Makefile @@ -10,6 +10,8 @@ WWW= https://ned14.github.io/outcome/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/Licence.txt +BROKEN_armv7= fails to compile due to inline assembly, see https://github.com/ned14/outcome/issues/309 + BUILD_DEPENDS= ${LOCALBASE}/include/quickcpplib/config.hpp:devel/quickcpplib RUN_DEPENDS= ${LOCALBASE}/include/quickcpplib/config.hpp:devel/quickcpplib