git: 1a67d5445de4 - main - audio/timbre-mill: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 21:49:53 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1a67d5445de40e049bbf477edaa3b83ee5ccdfad
commit 1a67d5445de40e049bbf477edaa3b83ee5ccdfad
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-09 21:21:47 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-09 21:49:49 +0000
audio/timbre-mill: Broken on armv7
Reported by: fallout
---
audio/timbre-mill/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile
index 2a6ba2e146a7..51ce772b7b05 100644
--- a/audio/timbre-mill/Makefile
+++ b/audio/timbre-mill/Makefile
@@ -12,6 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= undefined symbol: lsp::aarch64::dsp_init(), see https://github.com/sadko4u/timbre-mill/issues/4
+BROKEN_armv7= compilation fails: operand must be an immediate in the range, see https://github.com/sadko4u/timbre-mill/issues/5
BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680
LIB_DEPENDS= libiconv.so:converters/libiconv \