Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2024 08:23:33 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 656aaecdac63 - main - audio/cardinal: Broken on i386
Message-ID:  <202402060823.4168NXsA061389@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=656aaecdac63f398bb76f8b626c7e5a52effa98a

commit 656aaecdac63f398bb76f8b626c7e5a52effa98a
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:30 +0000

    audio/cardinal: Broken on i386
    
    Reported by:    fallout
---
 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?202402060823.4168NXsA061389>