diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-03 07:50:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-03 08:40:50 +0000 |
commit | 3fadc71ecb594931351184312760db0ca48eb7c2 (patch) | |
tree | 3c9eadf0c4ad467528070b0d69ba0661e8bd7f83 | |
parent | fd6a1cf794c6c156ae3ec6dcef0fac15e2e2bf26 (diff) | |
download | ports-3fadc71ecb594931351184312760db0ca48eb7c2.tar.gz ports-3fadc71ecb594931351184312760db0ca48eb7c2.zip |
audio/muse-sequencer: Broken on i386
Reported by: fallout
-rw-r--r-- | audio/muse-sequencer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index c4c035d5b855..a16c3969e18b 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -8,6 +8,8 @@ COMMENT= Digital audio workstation (DAW) with support for both Audio and MIDI LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= compilation breaks: unknown type name 'intptr_t'; did you mean '__intptr_t', see https://github.com/muse-sequencer/muse/issues/1081 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ lv2>0:audio/lv2 LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ |