diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-07 00:12:08 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-07 00:12:08 +0000 |
commit | 63456fdb7126e246a3e7ba9f1d9e6e1da9bef047 (patch) | |
tree | 02c94143e4669f46e201318bf4b9ff93378147ea /audio/timbre-mill | |
parent | 183ec5cd65c000e21aa59f9b569362b0f296fb57 (diff) | |
download | ports-63456fdb7126e246a3e7ba9f1d9e6e1da9bef047.tar.gz ports-63456fdb7126e246a3e7ba9f1d9e6e1da9bef047.zip |
Diffstat (limited to 'audio/timbre-mill')
-rw-r--r-- | audio/timbre-mill/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/timbre-mill/Makefile b/audio/timbre-mill/Makefile index efe0b5fe8fdc..45e8acbd3ba9 100644 --- a/audio/timbre-mill/Makefile +++ b/audio/timbre-mill/Makefile @@ -10,6 +10,8 @@ COMMENT= Timbre Mill tool for timbre correction LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265680 + LIB_DEPENDS= libiconv.so:converters/libiconv \ libsndfile.so:audio/libsndfile # for some reason binaries aren't linked with shared libs |