git: 14daf138a90b - main - math/tlfloat: mark BROKEN on i386 and arm64

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 19:48:01 UTC
The branch main has been updated by thierry:

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

commit 14daf138a90b82297fc2acab673a708e4a2610a2
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-09-30 18:10:13 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-09-30 19:47:58 +0000

    math/tlfloat: mark BROKEN on i386 and arm64
    
    Reported by:    pkg-fallout
---
 math/tlfloat/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/tlfloat/Makefile b/math/tlfloat/Makefile
index dbe2493e5506..bdcc24fc8609 100644
--- a/math/tlfloat/Makefile
+++ b/math/tlfloat/Makefile
@@ -10,6 +10,9 @@ WWW=		https://shibatch.github.io/tlfloat-doxygen/
 LICENSE=	BSL
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv7=	error: use of undeclared identifier 'isnanl'
+BROKEN_i386=	error: undefined symbol: __trunctfdf2
+
 LIB_DEPENDS=	libmpfr.so:math/mpfr
 
 USES=		cmake:testing compiler:c++20-lang