diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-30 06:58:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2014-02-17 03:35:59 (GMT) |
commit | 7409456a6d1ca2e83aa8861ccac321cd2ef49661 (patch) | |
tree | b6f7cac9cc6b2c3ccaa13e842a0a1264fa31700d | |
parent | b668dacadaaa22e2c71d2881059bca7a6072d49f (diff) | |
download | mxe-7409456a6d1ca2e83aa8861ccac321cd2ef49661.zip mxe-7409456a6d1ca2e83aa8861ccac321cd2ef49661.tar.gz mxe-7409456a6d1ca2e83aa8861ccac321cd2ef49661.tar.bz2 |
package vtk6: add vtkParseOGLExt to CompileTools group
-rw-r--r-- | src/vtk6-3-config-compiletools.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vtk6-3-config-compiletools.patch b/src/vtk6-3-config-compiletools.patch index 5b49247..28e7ab9 100644 --- a/src/vtk6-3-config-compiletools.patch +++ b/src/vtk6-3-config-compiletools.patch @@ -26,3 +26,10 @@ DEPENDS vtksys EXCLUDE_FROM_WRAPPING +--- VTK6.0.0/Utilities/ParseOGLExt/module.cmake 2013-06-12 21:47:10.000000000 +0200 ++++ VTK6.0.0/Utilities/ParseOGLExt/module.cmake 2013-08-29 09:58:54.939480759 +0200 +@@ -1,4 +1,6 @@ + vtk_module(vtkParseOGLExt ++ GROUPS ++ CompileTools + EXCLUDE_FROM_WRAPPING) |