]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- one more missing typedef auto/th/Mesa-10.3.2-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 30 Oct 2014 20:02:56 +0000 (21:02 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 30 Oct 2014 20:02:56 +0000 (21:02 +0100)
- rel 3

Mesa.spec
missing-type.patch

index 358b2d2b8e41788377f8544a0d2c7c9a0296be64..f69a563c99f9638ca6f80c130059db5b5a5bba74 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -37,7 +37,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       10.3.2
-Release:       2
+Release:       3
 License:       MIT (core) and others - see license.html file
 Group:         X11/Libraries
 Source0:       ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{name}Lib-%{version}.tar.bz2
index 9c8323b6b2d1a70f6924df9e40a7ff250638ee16..c692ee4443800abd61713a8f7352b62144a729ef 100644 (file)
@@ -1,10 +1,11 @@
 --- Mesa-10.3.2/include/GL/glxext.h~   2014-10-22 16:37:26.000000000 +0200
 +++ Mesa-10.3.2/include/GL/glxext.h    2014-10-30 19:49:51.561677653 +0100
-@@ -477,6 +477,8 @@
+@@ -477,6 +477,9 @@
  
  #ifndef GLX_NV_copy_buffer
  #define GLX_NV_copy_buffer 1
 +#include <stddef.h>
++typedef ptrdiff_t GLsizeiptr;
 +typedef ptrdiff_t GLintptr;
  typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
  typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
This page took 0.10652 seconds and 4 git commands to generate.