git: 90eaf6f14fc2 - 2022Q3 - devel/juce: Broken on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 18:18:47 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=90eaf6f14fc204aa8279262d33a26e6c8ffd9c1b commit 90eaf6f14fc204aa8279262d33a26e6c8ffd9c1b 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:18:39 +0000 devel/juce: Broken on riscv64 Reported by: fallout (cherry picked from commit aa73564fa0cd65d9ac815f75aba6ff10a85b2394) --- devel/juce/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/juce/Makefile b/devel/juce/Makefile index 9b549abd6204..40e8fa7b61fd 100644 --- a/devel/juce/Makefile +++ b/devel/juce/Makefile @@ -11,6 +11,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 \ libfreetype.so:print/freetype2 \