Date: Tue, 6 Feb 2024 08:24:02 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: ce642f3405b2 - 2024Q1 - audio/cardinal: Broken on i386 Message-ID: <202402060824.4168O26S061596@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce642f3405b2d34656cf92c0e23bdf81fc6f75b9 commit ce642f3405b2d34656cf92c0e23bdf81fc6f75b9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-06 08:22:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-06 08:23:59 +0000 audio/cardinal: Broken on i386 Reported by: fallout (cherry picked from commit 656aaecdac63f398bb76f8b626c7e5a52effa98a) --- audio/cardinal/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile index b2789bab5002..f8034c508e9a 100644 --- a/audio/cardinal/Makefile +++ b/audio/cardinal/Makefile @@ -10,6 +10,8 @@ WWW= https://cardinal.kx.studio/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation breaks: use of overloaded operator '[]' is ambiguous, see https://github.com/DISTRHO/Cardinal/issues/613 + BUILD_DEPENDS= ${LOCALBASE}/include/FuzzySearchDatabase.hpp:textproc/fuzzysearchdatabase \ bash:shells/bash \ cmake:devel/cmake-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402060824.4168O26S061596>