diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-26 01:25:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-30 10:56:33 +0200 |
commit | 1c46f26bb63c6ae8d91805cf12731b8281be5b09 (patch) | |
tree | 0a4840457401505555972bc30adeaea458362aa9 /sci-libs/vtk/files | |
parent | sci-libs/pcl: Drop 1.8.1 (diff) | |
download | gentoo-1c46f26bb63c6ae8d91805cf12731b8281be5b09.tar.gz gentoo-1c46f26bb63c6ae8d91805cf12731b8281be5b09.tar.bz2 gentoo-1c46f26bb63c6ae8d91805cf12731b8281be5b09.zip |
sci-libs/vtk: Cleanup obsolete versions
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/vtk/files')
-rw-r--r-- | sci-libs/vtk/files/vtk-7.0.0-glext.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/vtk/files/vtk-7.0.0-glext.patch b/sci-libs/vtk/files/vtk-7.0.0-glext.patch deleted file mode 100644 index 5c321340ed6a..000000000000 --- a/sci-libs/vtk/files/vtk-7.0.0-glext.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/Rendering/OpenGL/vtkOpenGL.h -+++ b/Rendering/OpenGL/vtkOpenGL.h -@@ -19,7 +19,8 @@ - #include "vtkConfigure.h" - - // To prevent gl.h to include glext.h provided by the system --#define GL_GLEXT_LEGACY -+// https://bugzilla.redhat.com/show_bug.cgi?id=1138466 -+// #define GL_GLEXT_LEGACY - #if defined(__APPLE__) && defined(VTK_USE_COCOA) - # include <OpenGL/gl.h> // Include OpenGL API. - #else |