git: 54b158cbe69b - main - graphics/f3d: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 25 Oct 2022 17:59:58 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54b158cbe69b43f9103d1da2c052fcf4f51a57f1

commit 54b158cbe69b43f9103d1da2c052fcf4f51a57f1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-25 14:33:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-25 17:59:55 +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 863f080022cf..8851191c9d21 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 on i386 after vtk-9.2.2 upgrade, see https://github.com/f3d-app/f3d/issues/458
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreeimage.so:graphics/freeimage \