]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- fix building with libX11 1.6+ auto/th/SDL-1.2.15-5
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 11:23:16 +0000 (12:23 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 11:23:16 +0000 (12:23 +0100)
- rel 5

SDL-const_XData32.patch [new file with mode: 0644]
SDL.spec

diff --git a/SDL-const_XData32.patch b/SDL-const_XData32.patch
new file mode 100644 (file)
index 0000000..0f1c07c
--- /dev/null
@@ -0,0 +1,16 @@
+libX11-1.5.99.901 has changed prototype of _XData32
+
+<http://bugzilla.libsdl.org/show_bug.cgi?id=1769>
+
+diff -r b6b2829cd7ef src/video/x11/SDL_x11sym.h
+--- a/src/video/x11/SDL_x11sym.h       Wed Feb 27 15:20:31 2013 -0800
++++ b/src/video/x11/SDL_x11sym.h       Wed Mar 27 16:07:23 2013 +0100
+@@ -165,7 +165,7 @@
+  */
+ #ifdef LONG64
+ SDL_X11_MODULE(IO_32BIT)
+-SDL_X11_SYM(int,_XData32,(Display *dpy,register long *data,unsigned len),(dpy,data,len),return)
++SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len),(dpy,data,len),return)
+ SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len),(dpy,data,len),)
+ #endif
index 31a2ffb0138d69bcefb8bd214b8f20df84883070..2b70b9d3998a1b033d6f04846c2fc0536baf10d1 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -27,7 +27,7 @@ Summary(pl.UTF-8):    SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimedi
 Summary(zh_CN.UTF-8):  SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库
 Name:          SDL
 Version:       1.2.15
-Release:       4
+Release:       5
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@ Patch0:               %{name}-acfix.patch
 Patch1:                %{name}-new_gamma_ramp_support.patch
 Patch2:                fix-mouse-click.patch
 Patch3:                %{name}-config.patch
+Patch4:                %{name}-const_XData32.patch
 URL:           http://www.libsdl.org/
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 0.9.15}
 BuildRequires: OpenGL-GLU-devel
@@ -173,6 +174,7 @@ SDL - przykładowe programy.
 %{?with_new_gamma_ramp:%patch1 -p1}
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 : > acinclude.m4
 %{!?with_alsa:echo 'AC_DEFUN([AM_PATH_ALSA],[$3])' >> acinclude.m4}
This page took 0.04978 seconds and 4 git commands to generate.