git: 0ca0be4ae9db - 2024Q4 - graphics/oculante: Broken on arm64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 11 Dec 2024 06:19:58 UTC
The branch 2024Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ca0be4ae9db2a693ceae90519cc722d93090b8e

commit 0ca0be4ae9db2a693ceae90519cc722d93090b8e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-23 09:54:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-11 06:19:53 +0000

    graphics/oculante: Broken on arm64
    
    Reported by:    fallout
    
    (cherry picked from commit 8bc858544338f08bc842a8492f38ff4bd638da60)
---
 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