diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-08 21:13:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-08 22:17:01 +0000 |
commit | d3ba86ff678bf774b20f439f61e27faa168cd475 (patch) | |
tree | 388701c8f7eecfbdf959fae4227feffdf2e42b37 /audio | |
parent | 12c3011c6779da2068eb648f513ca79ce836bfa8 (diff) |
audio/timbre-mill: Broken on aarch64
Reported by: fallout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timbre-mill/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile index 45e8acbd3ba9..4860feb0add3 100644 --- a/audio/timbre-mill/Makefile +++ b/audio/timbre-mill/Makefile @@ -10,6 +10,7 @@ COMMENT= Timbre Mill tool for timbre correction LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= undefined symbol: lsp::aarch64::dsp_init(), see https://github.com/sadko4u/timbre-mill/issues/4 BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680 LIB_DEPENDS= libiconv.so:converters/libiconv \ |