pkgsrc/graphics/vtk/patches/patch-af
joerg 4c2743f996 Don't install the cmake build setting file. It directly references
the wrkdir and is therefore not useful without. It is unclear whether
anything actually depends on it being present, so don't bother
faking it for now. Bump revision.
2007-06-18 17:58:35 +00:00

13 lines
463 B
Text

$NetBSD: patch-af,v 1.1 2007/06/18 17:58:36 joerg Exp $
--- VTKConfig.cmake.in.orig 2007-06-17 16:07:21.000000000 +0000
+++ VTKConfig.cmake.in
@@ -25,7 +25,7 @@ SET(VTK_BUILD_VERSION "@VTK_BUILD_VERSIO
SET(VTK_USE_FILE "@VTK_USE_FILE@")
# The build settings file.
-SET(VTK_BUILD_SETTINGS_FILE "@VTK_BUILD_SETTINGS_FILE@")
+#SET(VTK_BUILD_SETTINGS_FILE "@VTK_BUILD_SETTINGS_FILE@")
# The wrapping hints file.
SET(VTK_WRAP_HINTS "@VTK_WRAP_HINTS_CONFIG@")