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: tnn
Date: Sat Aug 12 13:34:02 UTC 2023
Modified Files:
pkgsrc/graphics/vtk: options.mk
Log Message:
vtk: wire down VTK_QT_VERSION to 5
So the build doesn't break if Qt6 is installed.
Side note: vtk prefers Qt6, maybe it should be switched.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/vtk/options.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/options.mk
diff -u pkgsrc/graphics/vtk/options.mk:1.1 pkgsrc/graphics/vtk/options.mk:1.2
--- pkgsrc/graphics/vtk/options.mk:1.1 Sat May 8 13:55:19 2021
+++ pkgsrc/graphics/vtk/options.mk Sat Aug 12 13:34:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2021/05/08 13:55:19 thor Exp $
+# $NetBSD: options.mk,v 1.2 2023/08/12 13:34:02 tnn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vtk
PKG_SUPPORTED_OPTIONS= qt
@@ -12,6 +12,7 @@ CMAKE_ARGS+= -DVTK_MODULE_ENABLE_VTK_GUI
CMAKE_ARGS+= -DVTK_MODULE_ENABLE_VTK_GUISupportQtSQL=NO
CMAKE_ARGS+= -DVTK_MODULE_ENABLE_VTK_RenderingQt=YES
CMAKE_ARGS+= -DVTK_MODULE_ENABLE_VTK_ViewsQt=YES
+CMAKE_ARGS+= -DVTK_QT_VERSION=5
PLIST.qt= yes
.include "../../x11/qt5-qtbase/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index