diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2025-09-25 17:07:46 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-09-28 11:29:34 +0200 |
commit | cc48147ee9d223c832c492936f21074e47b40fda (patch) | |
tree | 58e06ca9cedfc73a5d8953b0b54a3a67472a8b18 | |
parent | devel/raylib: enable on armv7 (diff) |
audio/qtractor: enable on armv7
Seems to build fine.
Approved by: portmgr (build fix blanket)
Event: EuroBSDcon Devsummit 2025
-rw-r--r-- | audio/qtractor/Makefile | 2 |
1 files changed, 0 insertions, 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 \ |