diff options
-rw-r--r-- | science/votca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} \ |