aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-11-21 15:13:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-11-21 15:13:59 +0000
commit0872571907226a3f50dc379fdea954d0f03db199 (patch)
treea4cfad1627b49307f2b828616d8b12f2381aefb9
parent0db13510b2de07b6d94314f83af5d8c06546524a (diff)
downloadports-0872571907226a3f50dc379fdea954d0f03db199.tar.gz
ports-0872571907226a3f50dc379fdea954d0f03db199.zip
graphics/f3d: Broken on i386
Reported by: fallout
-rw-r--r--graphics/f3d/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \