CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/07/05 23:32:32
Modified files:
devel/sdl2 : Makefile
Added files:
devel/sdl2/patches: patch-src_video_x11_SDL_x11window_c
Log message:
Fix SDL2 apps SIGBUS on mips64el.
https://bugzilla.libsdl.org/show_bug.cgi?id=3692
https://hg.libsdl.org/SDL/rev/97c66d81b2c9
SDL2 calls XChangeProperty with an integer while X11 expects a long.
>From Donovan Watteau, thanks!
