summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/mongosh/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mongosh/Makefile b/databases/mongosh/Makefile
index 71da90cf10c9..67ed652a8717 100644
--- a/databases/mongosh/Makefile
+++ b/databases/mongosh/Makefile
@@ -22,6 +22,9 @@ WWW= https://github.com/mongodb-js/mongosh/
LICENSE= APACHE20
+BROKEN_aarch64= fails to compile: nx/src/native/index.js:147 throw new Error(`Unsupported architecture on FreeBSD: ${arch}`)
+BROKEN_i386= fails to compile: nx/src/native/index.js:147 throw new Error(`Unsupported architecture on FreeBSD: ${arch}`)
+
FETCH_DEPENDS= npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX}
BUILD_DEPENDS= bash>0:shells/bash \
brotli>=1.0.9,1:archivers/brotli \