git: ab3ee569d9de - 2022Q3 - audio/qtractor: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 06:16:48 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab3ee569d9de5b92cf79e8edc12ac74246f5860c commit ab3ee569d9de5b92cf79e8edc12ac74246f5860c 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:16:42 +0000 audio/qtractor: Broken on armv7 (cherry picked from commit ebb9bd9e7babf41d29f3ffb003c3788ba5ba4543) --- audio/qtractor/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile index 977dd91f8e0d..8bfe2cff458c 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 \