Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2023 05:50:58 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1375fce058fa - main - math/kalc: Broken on i386
Message-ID:  <202308170550.37H5owKF077037@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308170550.37H5owKF077037>