git: 55b98a4db8f6 - 2024Q1 - graphics/diplib: Broken on aarch64 due to runaway builds

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 28 Jan 2024 19:46:43 UTC
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=55b98a4db8f675877b0d342fb98721cb298da545

commit 55b98a4db8f675877b0d342fb98721cb298da545
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:46:36 +0000

    graphics/diplib: Broken on aarch64 due to runaway builds
    
    Reported by:    fallout
    
    (cherry picked from commit 3080e2f4c22de2fab700b4326a5f4113e6bc77cf)
---
 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