On Sun, Oct 28, 2018 at 11:39:49PM -0600, Thomas Frohwein wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2018/10/28 23:39:49 > > Modified files: > devel/sdl2 : Makefile > Added files: > devel/sdl2/patches: patch-src_video_x11_SDL_x11keyboard_c > patch-src_video_x11_SDL_x11sym_h > > Log message: > Change BOOL type to Bool, fixing macppc (and likely other big-endian arches), > from George Koehler (kernigh () gmail DOT com), ok kirby@, jca@. > Update maintainer email while here.
Doesn't patch... ===> Applying OpenBSD patch patch-src_video_x11_SDL_x11keyboard_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-src_video_x11_SDL_x11keyboard_c,v 1.1 2018/10/29 05:39:49 thfr Exp $ | |fix incorrect function signature that breaks macppc platform (likely any big |endian platform): "stack overflow in function X11_InitKeyboard" |upstream changeset http://hg.libsdl.org/SDL/rev/9dd351b26dcb | |Index: src/video/x11/SDL_x11keyboard.c |--- src/video/x11/SDL_x11keyboard.c.orig |+++ src/video/x11/SDL_x11keyboard.c -------------------------- Patching file src/video/x11/SDL_x11keyboard.c using Plan A... Hunk #1 failed at 266. 1 out of 1 hunks failed--saving rejects to src/video/x11/SDL_x11keyboard.c.rej done ***> patch-src_video_x11_SDL_x11keyboard_c did not apply cleanly -- Antoine
