git: c76acf28ac34 - main - math/vtk8: Simplify Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jun 2022 16:57:57 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c76acf28ac347afff3769d223295101f3911ee85
commit c76acf28ac347afff3769d223295101f3911ee85
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-26 16:57:03 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-26 16:57:54 +0000
math/vtk8: Simplify Makefile
Reported by: pkubaj
---
math/vtk8/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
index 69697effce7c..37d002652672 100644
--- a/math/vtk8/Makefile
+++ b/math/vtk8/Makefile
@@ -11,6 +11,8 @@ COMMENT= Visualization toolkit
LICENSE= BSD3CLAUSE
+BROKEN_FreeBSD_14_aarch64= clang-14 crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264834
+
LIB_DEPENDS= libtiff.so:graphics/tiff \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
@@ -107,10 +109,6 @@ 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