summaryrefslogtreecommitdiffstats
path: root/src/vtk6-3-fix-standalone.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-27 13:47:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-27 13:47:22 (GMT)
commitb7a8dc442fb51e156827e26c03c52a99b09912ed (patch)
tree6c7a35b3d85952dc0f6fe1f03561df805dd2b227 /src/vtk6-3-fix-standalone.patch
parentaf557d1009beaad4592bd7bd61a2c8ed2d2df477 (diff)
downloadmxe-b7a8dc442fb51e156827e26c03c52a99b09912ed.zip
mxe-b7a8dc442fb51e156827e26c03c52a99b09912ed.tar.gz
mxe-b7a8dc442fb51e156827e26c03c52a99b09912ed.tar.bz2
package vtk6: fix for standalone native build without rendering
Diffstat (limited to 'src/vtk6-3-fix-standalone.patch')
-rw-r--r--src/vtk6-3-fix-standalone.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/vtk6-3-fix-standalone.patch b/src/vtk6-3-fix-standalone.patch
new file mode 100644
index 0000000..4fcc592
--- /dev/null
+++ b/src/vtk6-3-fix-standalone.patch
@@ -0,0 +1,25 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+diff -ur VTK6.0.0/Charts/Core/module.cmake VTK6.0.0.new/Charts/Core/module.cmake
+--- VTK6.0.0/Charts/Core/module.cmake 2013-06-13 05:47:10.000000000 +1000
++++ VTK6.0.0.new/Charts/Core/module.cmake 2013-08-27 23:35:08.000000000 +1000
+@@ -1,6 +1,6 @@
+ vtk_module(vtkChartsCore
+ GROUPS
+- StandAlone
++ Rendering
+ DEPENDS
+ vtkCommonColor
+ vtkRenderingContext2D
+diff -ur VTK6.0.0/IO/Export/module.cmake VTK6.0.0.new/IO/Export/module.cmake
+--- VTK6.0.0/IO/Export/module.cmake 2013-06-13 05:47:10.000000000 +1000
++++ VTK6.0.0.new/IO/Export/module.cmake 2013-08-27 23:34:58.000000000 +1000
+@@ -1,6 +1,6 @@
+ vtk_module(vtkIOExport
+ GROUPS
+- StandAlone
++ Rendering
+ DEPENDS
+ vtkCommonCore
+ vtkRenderingContext2D