aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-25 14:33:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-25 17:59:55 +0000
commit54b158cbe69b43f9103d1da2c052fcf4f51a57f1 (patch)
tree967dc2ca79e7a6a374867eb7128a31f479e74d0d
parentc01823936494112c36473d999fd89e01396184df (diff)
downloadports-54b158cbe69b43f9103d1da2c052fcf4f51a57f1.tar.gz
ports-54b158cbe69b43f9103d1da2c052fcf4f51a57f1.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 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 \