summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2025-09-30 20:10:13 +0200
committerThierry Thomas <thierry@FreeBSD.org>2025-09-30 21:47:58 +0200
commit14daf138a90b82297fc2acab673a708e4a2610a2 (patch)
tree8c0c1b5842b991add6b9f4dd2d396e74ab304aea
parentgraphics/imlib2: Handle svg loader (diff)
math/tlfloat: mark BROKEN on i386 and arm64
Reported by: pkg-fallout
-rw-r--r--math/tlfloat/Makefile3
1 files changed, 3 insertions, 0 deletions
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