pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/vtk graphics/vtk: fix dependent builds that w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bc345e32056
branches:  trunk
changeset: 381047:8bc345e32056
user:      thor <thor%pkgsrc.org@localhost>
date:      Sun Jun 26 16:42:57 2022 +0000

description:
graphics/vtk: fix dependent builds that would fail to find a binary in cmake

This missing binary link breaks builds where CMake insists on finding it
alongside the linked CMake files (example: graphics/pcl).

diffstat:

 graphics/vtk/buildlink3.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 743c131adcf0 -r 8bc345e32056 graphics/vtk/buildlink3.mk
--- a/graphics/vtk/buildlink3.mk        Sun Jun 26 10:49:54 2022 +0000
+++ b/graphics/vtk/buildlink3.mk        Sun Jun 26 16:42:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2022/04/18 19:09:54 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2022/06/26 16:42:57 thor Exp $
 
 BUILDLINK_TREE+=       vtk
 
@@ -34,6 +34,9 @@
 .  include "../../x11/qt5-qtbase/buildlink3.mk"
 .endif
 
+# Referenced in the CMake stuff and needs to be linked with it.
+BUILDLINK_FILES.vtk+=  bin/vtkProbeOpenGLVersion-9.0
+
 .endif # VTK_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -vtk



Home | Main Index | Thread Index | Old Index