git: 13afd26eb655 - 2024Q1 - devel/glaze: Broken in 15: clang crashes

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 00:14:10 UTC
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13afd26eb65505a95beac578c69d9995d3fc34db

commit 13afd26eb65505a95beac578c69d9995d3fc34db
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-11 23:41:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 00:14:05 +0000

    devel/glaze: Broken in 15: clang crashes
    
    (cherry picked from commit 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd)
---
 devel/glaze/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index dc23ec572066..2a9e241464cb 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/stephenberry/glaze
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276265
+
 TEST_DEPENDS=	ut>0:devel/ut
 
 USES=		cmake:testing compiler:c++11-lang