Date: Wed, 3 Aug 2022 08:42:22 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 611ef639b2e7 - 2022Q3 - audio/muse-sequencer: Broken on i386 Message-ID: <202208030842.2738gMdV080288@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=611ef639b2e7f2064d4046467a7148961578943a commit 611ef639b2e7f2064d4046467a7148961578943a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-03 07:50:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-03 08:42:20 +0000 audio/muse-sequencer: Broken on i386 Reported by: fallout (cherry picked from commit 3fadc71ecb594931351184312760db0ca48eb7c2) --- audio/muse-sequencer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/muse-sequencer/Makefile b/audio/muse-sequencer/Makefile index 97a04de52212..dfc8a6d7ae37 100644 --- a/audio/muse-sequencer/Makefile +++ b/audio/muse-sequencer/Makefile @@ -9,6 +9,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= libinstpatch-1.0.so:audio/libinstpatch libjack.so:audio/jack \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208030842.2738gMdV080288>