git: ebb9bd9e7bab - main - audio/qtractor: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 28 Jul 2022 06:16:26 UTC
The branch main has been updated by yuri:

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

commit ebb9bd9e7babf41d29f3ffb003c3788ba5ba4543
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 06:14:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 06:14:12 +0000

    audio/qtractor: Broken on armv7
---
 audio/qtractor/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile
index 927e42cede3d..eeb7983d31df 100644
--- a/audio/qtractor/Makefile
+++ b/audio/qtractor/Makefile
@@ -15,6 +15,8 @@ COMMENT=	Audio/MIDI multi-track sequencer
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list, see https://github.com/rncbc/qtractor/issues/353
+
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libaubio.so:audio/aubio \
 		libfftw3.so:math/fftw3 \