From 1375fce058fa6636325adf5d69e0ea2de60f9c12 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 16 Aug 2023 22:50:34 -0700 Subject: [PATCH] math/kalc: Broken on i386 Reported by: fallout --- math/kalc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/kalc/Makefile b/math/kalc/Makefile index bf3367af5586c..1b4e9ea2feb83 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/bgkillas/kalc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: error: Oops, mp_limb_t is 32 bits, but the assembler code in this configuration expects 64 bits + RUN_DEPENDS= gnuplot:math/gnuplot USES= cargo