Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2022 19:04:51 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: 087257190722 - main - graphics/f3d: Broken on i386
Message-ID:  <202211211904.2ALJ4pwj023288@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=0872571907226a3f50dc379fdea954d0f03db199

commit 0872571907226a3f50dc379fdea954d0f03db199
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-21 15:13:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-21 15:13:59 +0000

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

diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile
index c1a8b6f0f944..1b79f41a435f 100644
--- a/graphics/f3d/Makefile
+++ b/graphics/f3d/Makefile
@@ -11,6 +11,8 @@ WWW=		https://f3d-app.github.io/f3d/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation breaks: non-constant-expression cannot be narrowed from type 'unsigned int' to 'vtkIdType' (aka 'int') in initializer list (new release should fix this)
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreeimage.so:graphics/freeimage \



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