summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/bitkeeper/Makefile2
-rw-r--r--math/apron/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/bitkeeper/Makefile b/devel/bitkeeper/Makefile
index 64a5397c4db8..fa61257a53ca 100644
--- a/devel/bitkeeper/Makefile
+++ b/devel/bitkeeper/Makefile
@@ -13,6 +13,8 @@ COMMENT= Scalable Distributed Source Management System
LICENSE= APACHE20
+BROKEN_aarch64= ld: error: undefined symbol: fpsetround
+
BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:devel/gperf \
${LOCALBASE}/include/tommath.h:math/libtommath \
bash:shells/bash
diff --git a/math/apron/Makefile b/math/apron/Makefile
index f85dd960ee8b..73ccaa8b99a4 100644
--- a/math/apron/Makefile
+++ b/math/apron/Makefile
@@ -11,6 +11,8 @@ COMMENT= APRON numerical abstract domain library
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_aarch64= ld: error: ../apron/libapron_debug.so: undefined reference to fpsetround
+
FETCH_DEPENDS= svn:devel/subversion
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \