git: b189863771f7 - main - misc/astc-encoder: Broken on riscv64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 20:54:51 UTC
The branch main has been updated by yuri:

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

commit b189863771f7655273ff6806adafa34aae939a59
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 20:54:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 20:54:49 +0000

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

diff --git a/misc/astc-encoder/Makefile b/misc/astc-encoder/Makefile
index cfbf85826875..9055be16bbe6 100644
--- a/misc/astc-encoder/Makefile
+++ b/misc/astc-encoder/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Texture compressor for Adaptive Scalable Texture Compression format
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_riscv64=	ld: error: lto.tmp: cannot link object files with different floating-point ABI
+
 USES=		cmake:testing compiler:c++14-lang python:test
 
 USE_GITHUB=	yes