Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 09:10:50 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: 3c3e360e59cc - main - devel/juce: Broken on armv7due to the 'mb' variable name conflict
Message-ID:  <202501020910.5029AoIo024581@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=3c3e360e59ccd33340fe0d8ef673ea41e3839182

commit 3c3e360e59ccd33340fe0d8ef673ea41e3839182
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-02 08:53:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-02 08:53:40 +0000

    devel/juce: Broken on armv7due to the 'mb' variable name conflict
    
    Reported by:    fallout
---
 devel/juce/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/juce/Makefile b/devel/juce/Makefile
index ee25daad7a7d..d52612617440 100644
--- a/devel/juce/Makefile
+++ b/devel/juce/Makefile
@@ -12,6 +12,7 @@ LICENSE_NAME=	JUCE 6 End User License Agreement
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
+BROKEN_armv7=	compilation fails due to the 'mb' variable conflict, pending https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283492
 BROKEN_riscv64=	Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
 
 BUILD_DEPENDS=	ladspa>0:audio/ladspa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020910.5029AoIo024581>