diff --git a/math/tlfloat/Makefile b/math/tlfloat/Makefile index bdcc24fc8609..babeeb34186f 100644 --- a/math/tlfloat/Makefile +++ b/math/tlfloat/Makefile @@ -1,23 +1,24 @@ PORTNAME= tlfloat DISTVERSIONPREFIX=v DISTVERSION= 1.15.0 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org COMMENT= C++ template library for floating point operations WWW= https://shibatch.github.io/tlfloat-doxygen/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_arm64= error: use of undeclared identifier 'isnanl' 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 USE_GITHUB= yes GH_ACCOUNT= shibatch .include