[packages/Mesa] - one more missing typedef - rel 3

baggins baggins at pld-linux.org
Thu Oct 30 21:01:06 CET 2014


commit 5090d6e0ddb45b9039276df7e1fc9982e3318063
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Oct 30 21:02:56 2014 +0100

    - one more missing typedef
    - rel 3

 Mesa.spec          | 2 +-
 missing-type.patch | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 358b2d2..f69a563 100644
--- 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
diff --git a/missing-type.patch b/missing-type.patch
index 9c8323b..c692ee4 100644
--- a/missing-type.patch
+++ b/missing-type.patch
@@ -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);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/5090d6e0ddb45b9039276df7e1fc9982e3318063



More information about the pld-cvs-commit mailing list