summaryrefslogtreecommitdiff
path: root/libre-multilib/lib32-sdl/sdl_x11sym.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 19:25:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-02 19:25:48 -0300
commitfae3599baca9298cbd8aaf2edf1978977801645e (patch)
treea497e05a79759edad863dcc36e5611eb6b809d3c /libre-multilib/lib32-sdl/sdl_x11sym.patch
parenta9759accda976048a678a11d88d1f52aea6b1ab6 (diff)
lib32-sdl-1.2.15-6.parabola1: updating revision from Arch, remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre-multilib/lib32-sdl/sdl_x11sym.patch')
-rw-r--r--libre-multilib/lib32-sdl/sdl_x11sym.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre-multilib/lib32-sdl/sdl_x11sym.patch b/libre-multilib/lib32-sdl/sdl_x11sym.patch
new file mode 100644
index 000000000..9aaa2353b
--- /dev/null
+++ b/libre-multilib/lib32-sdl/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
+