aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl12/files/patch-include_SDL_stdinc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/sdl12/files/patch-include_SDL_stdinc.h b/devel/sdl12/files/patch-include_SDL_stdinc.h
new file mode 100644
index 00000000000..319d4a36a40
--- /dev/null
+++ b/devel/sdl12/files/patch-include_SDL_stdinc.h
@@ -0,0 +1,10 @@
+--- include/SDL_stdinc.h.orig 2006-06-27 00:48:32.000000000 -0400
++++ include/SDL_stdinc.h 2008-01-27 12:47:15.000000000 -0500
+@@ -319,6 +319,7 @@
+ __asm__ __volatile__ ( \
+ "std\n\t" \
+ "rep ; movsl\n\t" \
++ "cld\n\t" \
+ : "=&c" (u0), "=&D" (u1), "=&S" (u2) \
+ : "0" (n >> 2), \
+ "1" (dstp+(n-4)), "2" (srcp+(n-4)) \