Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2024 18:27:30 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: f720ea7f0c95 - main - audio/cardinal: Broken on armv7
Message-ID:  <202405181827.44IIRUC1022096@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=f720ea7f0c95e7277428424506445f4a1c9d21dd

commit f720ea7f0c95e7277428424506445f4a1c9d21dd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-18 18:27:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-18 18:27:06 +0000

    audio/cardinal: Broken on armv7
    
    Reported by:    fallout
---
 audio/cardinal/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/cardinal/Makefile b/audio/cardinal/Makefile
index 843232e5a0b9..7dad045e488f 100644
--- a/audio/cardinal/Makefile
+++ b/audio/cardinal/Makefile
@@ -12,6 +12,8 @@ WWW=		https://cardinal.kx.studio/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails due to the variable name conflict with base header, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279134
+
 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?202405181827.44IIRUC1022096>