Control: tags -1 +patch JFTR I have debugged this in simgear you it looks like you need to do:
#define GLX_GLEXT_LEGACY when you do: #defined GL_GLEXT_LEGACY e.g. $ cat vtk/debian/patches/GLX_GLEXT_LEGACY.patch --- vtk.orig/Rendering/vtkOpenGL.h +++ vtk/Rendering/vtkOpenGL.h @@ -19,6 +19,7 @@ // To prevent gl.h to include glext.h provided by the system #define GL_GLEXT_LEGACY +#define GLX_GLEXT_LEGACY #if defined(__APPLE__) && (defined(VTK_USE_CARBON) || defined(VTK_USE_COCOA)) # include <OpenGL/gl.h> // Include OpenGL API. #else I am preparing NMU right now and will upload it to DELAYED/5 to speed up the libjpeg-turbo transition. Cheers, Ondrej On Sun, Oct 19, 2014, at 11:33, Debian Bug Tracking System wrote: > Thank you for filing a new Bug report with Debian. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > Debian Science Team <[email protected]> > > If you wish to submit further information on this problem, please > send it to [email protected]. > > Please do not send mail to [email protected] unless you wish > to report a problem with the Bug-tracking system. > > -- > 765925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765925 > Debian Bug Tracking System > Contact [email protected] with problems -- Ondřej Surý <[email protected]> Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server -- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
