Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 01:18:36 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: 2f8e3efc1c2d - main - math/giacxcas: Broken on i386
Message-ID:  <202401120118.40C1IaQD005703@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2f8e3efc1c2dafc7498d5eb6f973e1bc0111c439

commit 2f8e3efc1c2dafc7498d5eb6f973e1bc0111c439
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 01:18:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 01:18:12 +0000

    math/giacxcas: Broken on i386
    
    Reported by:    fallout
---
 math/giacxcas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile
index a4dc223aaf03..d4c57c9fca59 100644
--- a/math/giacxcas/Makefile
+++ b/math/giacxcas/Makefile
@@ -22,6 +22,8 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_PERMS_DOC=	dist-mirror pkg-mirror auto-accept
 LICENSE_DISTFILES_DOC=	giac_${DISTVERSION}${EXTRACT_SUFX}
 
+BROKEN_i386=	compilation fails: constant expression evaluates to 61171872541 which cannot be narrowed to type 'long' [-Wc++11-narrowing]
+
 BUILD_DEPENDS=	bash:shells/bash \
 		hevea:textproc/hevea
 LIB_DEPENDS=	libao.so:audio/libao \



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