pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vtk



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun 26 16:42:57 UTC 2022

Modified Files:
        pkgsrc/graphics/vtk: buildlink3.mk

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/vtk/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/vtk/buildlink3.mk
diff -u pkgsrc/graphics/vtk/buildlink3.mk:1.6 pkgsrc/graphics/vtk/buildlink3.mk:1.7
--- pkgsrc/graphics/vtk/buildlink3.mk:1.6       Mon Apr 18 19:09:54 2022
+++ pkgsrc/graphics/vtk/buildlink3.mk   Sun Jun 26 16:42:57 2022
@@ -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 @@ pkgbase := vtk
 .  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