git: 2e9291f27e6c - 2022Q3 - misc/astc-encoder: Broken on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Jul 2022 20:55:23 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e9291f27e6cd7f6442a90392e71176fc3ced0b8
commit 2e9291f27e6cd7f6442a90392e71176fc3ced0b8
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:55:15 +0000
misc/astc-encoder: Broken on riscv64
Reported by: fallout
(cherry picked from commit b189863771f7655273ff6806adafa34aae939a59)
---
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