summaryrefslogtreecommitdiff
path: root/libre/sdl-libre/sdl_x11sym.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-24 01:11:29 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-24 01:11:29 -0200
commite6871cf2817d46b0ef6b7c6b95598444f40ffdd6 (patch)
treeb0fcc26bd8ddce562116238eeb84075a643effb0 /libre/sdl-libre/sdl_x11sym.patch
parent56e2895e40479fa520859085f263417055ad41f5 (diff)
downloadabslibre-e6871cf2817d46b0ef6b7c6b95598444f40ffdd6.tar.gz
abslibre-e6871cf2817d46b0ef6b7c6b95598444f40ffdd6.tar.bz2
abslibre-e6871cf2817d46b0ef6b7c6b95598444f40ffdd6.zip
sdl-libre-1.2.15-4: staticlibs
Diffstat (limited to 'libre/sdl-libre/sdl_x11sym.patch')
-rw-r--r--libre/sdl-libre/sdl_x11sym.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/sdl-libre/sdl_x11sym.patch b/libre/sdl-libre/sdl_x11sym.patch
new file mode 100644
index 000000000..9aaa2353b
--- /dev/null
+++ b/libre/sdl-libre/sdl_x11sym.patch
@@ -0,0 +1,12 @@
+--- src/video/x11/SDL_x11sym.h-orig 2013-07-16 23:56:46.718523385 -0600
++++ src/video/x11/SDL_x11sym.h 2013-07-16 23:58:27.025186485 -0600
+@@ -165,7 +165,8 @@
+ */
+ #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
+