git: cc48147ee9d2 - main - audio/qtractor: enable on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 09:31:06 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc48147ee9d223c832c492936f21074e47b40fda
commit cc48147ee9d223c832c492936f21074e47b40fda
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-09-25 15:07:46 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-09-28 09:29:34 +0000
audio/qtractor: enable on armv7
Seems to build fine.
Approved by: portmgr (build fix blanket)
Event: EuroBSDcon Devsummit 2025
---
audio/qtractor/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/audio/qtractor/Makefile b/audio/qtractor/Makefile
index 2fdde11a565c..a0e357868f67 100644
--- a/audio/qtractor/Makefile
+++ b/audio/qtractor/Makefile
@@ -14,8 +14,6 @@ WWW= https://qtractor.org \
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 \