diff options
author | 2017-01-25 22:25:35 +0100 | |
---|---|---|
committer | 2017-01-26 21:11:59 +0100 | |
commit | a5eb748e5720bccd9f45e0ba202d8c782ddd1ad2 (patch) | |
tree | b1eab55f42b72bc721f8ff1bb5241ebaadc829f0 /sci-libs/vtk/files | |
parent | Merge remote-tracking branch 'github/pr/3514' (diff) | |
download | gentoo-a5eb748e5720bccd9f45e0ba202d8c782ddd1ad2.tar.gz gentoo-a5eb748e5720bccd9f45e0ba202d8c782ddd1ad2.tar.bz2 gentoo-a5eb748e5720bccd9f45e0ba202d8c782ddd1ad2.zip |
sci-libs/vtk: Version bump to 7.0.0, EAPI bump 5 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2936
Diffstat (limited to 'sci-libs/vtk/files')
-rw-r--r-- | sci-libs/vtk/files/vtk-7.0.0-glext.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..5c321340ed6a --- /dev/null +++ b/sci-libs/vtk/files/vtk-7.0.0-glext.patch @@ -0,0 +1,12 @@ +--- 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 |