diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-28 10:23:06 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-28 10:23:06 (GMT) |
commit | 6704011d2fd42cb9ebadb1336a073b13147e938e (patch) | |
tree | 385a30cf6f1cd55ec1d746fcbc72c59d91602536 /src/vtk6.mk | |
parent | 8282cb8014d03b08cd68b77864237f15c3c8b2ef (diff) | |
download | mxe-6704011d2fd42cb9ebadb1336a073b13147e938e.zip mxe-6704011d2fd42cb9ebadb1336a073b13147e938e.tar.gz mxe-6704011d2fd42cb9ebadb1336a073b13147e938e.tar.bz2 |
Revert "package vtk6: reverse standalone patch for cross build"
This reverts commit 76a176ba178d72440fb6504bcf89f5129a7808ed.
Diffstat (limited to 'src/vtk6.mk')
-rw-r--r-- | src/vtk6.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vtk6.mk b/src/vtk6.mk index 9100ec7..3776934 100644 --- a/src/vtk6.mk +++ b/src/vtk6.mk @@ -33,9 +33,6 @@ define $(PKG)_BUILD # DirectX is detected on Mac OSX but we use OpenGL $(SED) -i 's,d3d9,nod3d9,g' '$(1)/CMake/FindDirectX.cmake' - # reverse the fix-standalone patch as it upsets the cross build - cd '$(1)' && patch -p1 -u -R < '$(PWD)/src/vtk6-3-fix-standalone.patch' - # now the cross compilation mkdir '$(1).cross_build' cd '$(1).cross_build' && cmake \ |