mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
fcaa782b6a
I was unable to make the gallium drivers not to miss some LLVM RTTI stuff. 9.* don't build with llvm-3.4.
13 lines
431 B
Diff
13 lines
431 B
Diff
diff -rupN Mesa-9.2.0-orig/include/GL/gl.h Mesa-9.2.0/include/GL/gl.h
|
|
--- Mesa-9.2.0-orig/include/GL/gl.h 2013-08-14 03:34:42.000000000 +0200
|
|
+++ Mesa-9.2.0/include/GL/gl.h 2013-09-24 19:34:58.319140812 +0200
|
|
@@ -2088,7 +2088,7 @@ typedef void (APIENTRYP PFNGLMULTITEXCOO
|
|
|
|
|
|
|
|
-#if GL_ARB_shader_objects
|
|
+#if defined(GL_ARB_shaders_objects) && GL_ARB_shader_objects
|
|
|
|
#ifndef GL_MESA_shader_debug
|
|
#define GL_MESA_shader_debug 1
|