diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-23 02:54:33 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-10-23 02:55:07 -0700 |
commit | 8bc858544338f08bc842a8492f38ff4bd638da60 (patch) | |
tree | b03f22189172970f38309b5c97f827995354430e | |
parent | devel/sdbus-cpp: chase CMAKE_* options after d99010b4d427 (diff) |
graphics/oculante: Broken on arm64
Reported by: fallout
-rw-r--r-- | graphics/oculante/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |