git: d63353fffc1f - main - science/votca: Broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 22 Jul 2025 22:03:49 UTC
The branch main has been updated by yuri:

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

commit d63353fffc1ffcfb7d638f672987f6fe73daf412
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-07-22 15:11:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-07-22 22:03:46 +0000

    science/votca: Broken on 13
    
    Reported by:    fallout
---
 science/votca/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/science/votca/Makefile b/science/votca/Makefile
index 340f86f54768..b1c1f064e67c 100644
--- a/science/votca/Makefile
+++ b/science/votca/Makefile
@@ -11,7 +11,8 @@ WWW=		https://www.votca.org/ \
 
 LICENSE=	APACHE20
 
-BROKEN_i386=	undefined reference to `__atomic_load'
+BROKEN_i386=		undefined reference to `__atomic_load' # '
+BROKEN_FreeBSD_13=	compilation fails: error: no member named 'bool_isnan' in namespace 'std::__math'; did you mean simply 'bool_isnan'?
 
 PY_DEPENDS=	\
 		${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \