Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2022 18:18:07 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: aa73564fa0cd - main - devel/juce: Broken on riscv64
Message-ID:  <202207231818.26NII7w6071178@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=aa73564fa0cd65d9ac815f75aba6ff10a85b2394

commit aa73564fa0cd65d9ac815f75aba6ff10a85b2394
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-23 18:17:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-23 18:17:36 +0000

    devel/juce: Broken on riscv64
    
    Reported by:    fallout
---
 devel/juce/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/juce/Makefile b/devel/juce/Makefile
index be86c8625300..4e5926a83598 100644
--- a/devel/juce/Makefile
+++ b/devel/juce/Makefile
@@ -13,6 +13,8 @@ LICENSE_NAME=	JUCE 6 End User License Agreement
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS=	auto-accept dist-mirror pkg-mirror
 
+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
 LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libcurl.so:ftp/curl \



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