diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-21 19:19:31 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-03-21 19:20:03 +0000 |
commit | 3d3b0c65fdd2e79eb0d042566726e4b47b821d0a (patch) | |
tree | a9f19e44014d2c1411add04abfc1f7ba7a2a5d3d | |
parent | b43179d555a4ab0a2b425601d2d7216230caa3e3 (diff) | |
download | ports-3d3b0c65fdd2e79eb0d042566726e4b47b821d0a.tar.gz ports-3d3b0c65fdd2e79eb0d042566726e4b47b821d0a.zip |
math/deal.ii: Broken on aarch64
Reported by: fallout
-rw-r--r-- | math/deal.ii/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index c45e5ff0df93..6c7e652c40d2 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -11,6 +11,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_FreeBSD_14= clang crashes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257876 +BROKEN_aarch64= error: use of undeclared identifier '__TBB_machine_fetchadd4' BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ |