git: 1375fce058fa - main - math/kalc: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 05:50:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1375fce058fa6636325adf5d69e0ea2de60f9c12

commit 1375fce058fa6636325adf5d69e0ea2de60f9c12
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-17 05:50:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-17 05:50:34 +0000

    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 bf3367af5586..1b4e9ea2feb8 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