git: 185f03e8ccad - main - audio/bespokesynth: Broken on 15

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 01 Nov 2024 03:55:03 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=185f03e8ccade9a138a1c835f876e317d4cc4554

commit 185f03e8ccade9a138a1c835f876e317d4cc4554
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-01 02:44:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-01 03:54:54 +0000

    audio/bespokesynth: Broken on 15
    
    Reported by:    fallout
---
 audio/bespokesynth/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile
index 957310a7b658..4f21158cf7de 100644
--- a/audio/bespokesynth/Makefile
+++ b/audio/bespokesynth/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.bespokesynth.com/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_15=	compilation broken with clang-19: see https://github.com/BespokeSynth/BespokeSynth/issues/1687
+
 BUILD_DEPENDS=	juce706>0:devel/juce706 \
 		pybind11>0:devel/pybind11
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \