aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-26 02:35:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-26 07:20:16 +0000
commita07df3931bf645b1aa6d3377b654763c95fc960b (patch)
treef6198f9bc295b762043c199d06a79c9b3c5ffb94
parent4e5958d93b1403683198456e18f5ee7fc1d2a4b6 (diff)
downloadports-a07df3931bf645b1aa6d3377b654763c95fc960b.tar.gz
ports-a07df3931bf645b1aa6d3377b654763c95fc960b.zip
math/vtk8: Broken on 14-CURRENT aarch64
Reported by: fallout
-rw-r--r--math/vtk8/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
index ec64fd414f5f..69697effce7c 100644
--- a/math/vtk8/Makefile
+++ b/math/vtk8/Makefile
@@ -107,6 +107,10 @@ post-patch:
.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000
+BROKEN_aarch64= clang-14 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264834
+.endif
+
.for g in ${VTK_GROUPS}
. if ${PORT_OPTIONS:M${g}}
CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON