b6a86bca1b
Fix build failures for Factory and 13.2 with patch from upstream OBS-URL: https://build.opensuse.org/request/show/248434 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=48
14 lines
462 B
Diff
14 lines
462 B
Diff
Index: VTK-6.1.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx
|
|
===================================================================
|
|
--- VTK-6.1.0.orig/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx
|
|
+++ VTK-6.1.0/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx
|
|
@@ -27,7 +27,7 @@
|
|
|
|
// define GLX_GLXEXT_LEGACY to prevent glx.h to include glxext.h provided by
|
|
// the system
|
|
-//#define GLX_GLXEXT_LEGACY
|
|
+#define GLX_GLXEXT_LEGACY
|
|
#include "GL/glx.h"
|
|
|
|
#include "vtkgl.h"
|