git: 29032a4b6269 - main - math/vtk9: unbreak aarch64 on FreeBSD 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Nov 2024 09:25:55 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=29032a4b6269b867624bdf132153c9f6874fe672 commit 29032a4b6269b867624bdf132153c9f6874fe672 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-11-01 09:22:26 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-11-01 09:25:33 +0000 math/vtk9: unbreak aarch64 on FreeBSD 13 Builds fine locally in poudriere on 13.3 jail on aarch64. I think it compiles now because FreeBSD 13.3 has a newer clang/llvm version than FreeBSD 13.2. PR: 264834 Approved by: yuri@ (maintainer) --- math/vtk9/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index 1caede6b971f..dc52e9e9cc04 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -12,8 +12,6 @@ WWW= https://vtk.org/ LICENSE= BSD3CLAUSE -BROKEN_FreeBSD_13_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275784 - LIB_DEPENDS= \ libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \