slackbuilds_ponce/games/opendune/mmx_bodge.diff
B. Watson 8421bc3700 games/opendune: Fix x86 build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2017-06-03 08:00:22 +07:00

12 lines
514 B
Diff

diff -Naur OpenDUNE-0.8/src/video/video_sdl.c OpenDUNE-0.8.patched/src/video/video_sdl.c
--- OpenDUNE-0.8/src/video/video_sdl.c 2016-06-26 17:46:42.000000000 -0400
+++ OpenDUNE-0.8.patched/src/video/video_sdl.c 2017-05-31 13:27:35.163259001 -0400
@@ -362,7 +362,7 @@
*((__m128i *)gfx2) = mh;
gfx2 += 16;
}
-#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
+#elif defined(__GNUC__) && defined(__MMX__)
/* MMX code */
for (x = SCREEN_WIDTH / 4; x > 0; x--) {
__m64 m;