aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-08 15:03:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-16 18:05:49 +0000
commit542f25fb4ff5f4090105a3ff08acbbe584510865 (patch)
treec32200ce8dce51d607bf4e04c235653e47c74332
parent1dd4a164cd08d17e92c974f69e7818b14add992a (diff)
downloadports-542f25fb4ff5f4090105a3ff08acbbe584510865.tar.gz
ports-542f25fb4ff5f4090105a3ff08acbbe584510865.zip
misc/arrow-datafusion: Broken in i386
Reported by: fallout (cherry picked from commit 1c7cf14972130f4596c406d4ebd7b3c3ef7f1bdc)
-rw-r--r--misc/arrow-datafusion/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile
index a902580bc960..924197bcb192 100644
--- a/misc/arrow-datafusion/Makefile
+++ b/misc/arrow-datafusion/Makefile
@@ -10,6 +10,8 @@ WWW= https://arrow.apache.org/datafusion
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE.txt
+BROKEN_i386= compilation fails: this arithmetic operation will overflow, see https://github.com/purpleprotocol/mimalloc_rust/issues/116
+
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo