git: 3080e2f4c22d - main - graphics/diplib: Broken on aarch64 due to runaway builds
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 19:38:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3080e2f4c22de2fab700b4326a5f4113e6bc77cf commit 3080e2f4c22de2fab700b4326a5f4113e6bc77cf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-28 19:38:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-28 19:38:46 +0000 graphics/diplib: Broken on aarch64 due to runaway builds Reported by: fallout --- graphics/diplib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile index 8a267882337d..818316344030 100644 --- a/graphics/diplib/Makefile +++ b/graphics/diplib/Makefile @@ -9,6 +9,8 @@ WWW= https://diplib.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= runaway builds, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276690 + LIB_DEPENDS= libglfw.so:graphics/glfw USES= cmake:testing gl