git: 8bc858544338 - main - graphics/oculante: Broken on arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 23 Oct 2024 09:55:12 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bc858544338f08bc842a8492f38ff4bd638da60

commit 8bc858544338f08bc842a8492f38ff4bd638da60
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-23 09:54:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-23 09:55:07 +0000

    graphics/oculante: Broken on arm64
    
    Reported by:    fallout
---
 graphics/oculante/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile
index 36242d410e6f..53d51ea69552 100644
--- a/graphics/oculante/Makefile
+++ b/graphics/oculante/Makefile
@@ -8,6 +8,7 @@ WWW=		https://github.com/woelper/oculante
 
 LICENSE=	MIT
 
+BROKEN_aarch64=	compilation failure, cannot find type ucontext_t in crate libc, see https://github.com/Xudong-Huang/generator-rs/issues/69
 BROKEN_i386=	compilation failure, see https://github.com/etemesi254/zune-image/issues/205
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick7