Date: Wed, 22 Oct 2025 00:04:46 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b016aac9bf0c - main - graphics/pcl-pointclouds: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04kI6045218@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b016aac9bf0c9542c58b94c3ed6e0ec90aef4b48 commit b016aac9bf0c9542c58b94c3ed6e0ec90aef4b48 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:55:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:23 +0000 graphics/pcl-pointclouds: fix build with Boost-1.89 (+) Reported by: fallout --- graphics/pcl-pointclouds/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index db9941a9bd1b..b0a7d51db8d7 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -80,4 +80,8 @@ VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk${VTK_VER:R} # tests as of 1.15.0: 100% tests passed, 0 tests failed out of 133 .include <../../math/vtk9/Makefile.version> + +post-patch: + @${REINPLACE_CMD} -e '/MODULES/s| system||' ${WRKSRC}/cmake/pcl_find_boost.cmake + .include <bsd.port.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04kI6045218>
