- Fix building on non-i386.
This commit is contained in:
parent
a99ed9a61d
commit
4a259a020b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198781
11
emulators/mame-devel/files/patch-src__osd__sdl__sdltime.c
Normal file
11
emulators/mame-devel/files/patch-src__osd__sdl__sdltime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/osd/sdl/sdltime.c.orig Tue Jul 10 13:43:47 2007
|
||||
+++ ./src/osd/sdl/sdltime.c Wed Aug 29 00:49:36 2007
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
// cheez until u3
|
||||
-#if defined(LSB_FIRST) && !defined(PTR64)
|
||||
+#ifdef __i386__
|
||||
#define X86_ASM
|
||||
#endif
|
||||
|
11
emulators/mame/files/patch-src__osd__sdl__sdltime.c
Normal file
11
emulators/mame/files/patch-src__osd__sdl__sdltime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/osd/sdl/sdltime.c.orig Tue Jul 10 13:43:47 2007
|
||||
+++ ./src/osd/sdl/sdltime.c Wed Aug 29 00:49:36 2007
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
// cheez until u3
|
||||
-#if defined(LSB_FIRST) && !defined(PTR64)
|
||||
+#ifdef __i386__
|
||||
#define X86_ASM
|
||||
#endif
|
||||
|
11
emulators/sdlmame-devel/files/patch-src__osd__sdl__sdltime.c
Normal file
11
emulators/sdlmame-devel/files/patch-src__osd__sdl__sdltime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/osd/sdl/sdltime.c.orig Tue Jul 10 13:43:47 2007
|
||||
+++ ./src/osd/sdl/sdltime.c Wed Aug 29 00:49:36 2007
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
// cheez until u3
|
||||
-#if defined(LSB_FIRST) && !defined(PTR64)
|
||||
+#ifdef __i386__
|
||||
#define X86_ASM
|
||||
#endif
|
||||
|
11
emulators/sdlmame/files/patch-src__osd__sdl__sdltime.c
Normal file
11
emulators/sdlmame/files/patch-src__osd__sdl__sdltime.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/osd/sdl/sdltime.c.orig Tue Jul 10 13:43:47 2007
|
||||
+++ ./src/osd/sdl/sdltime.c Wed Aug 29 00:49:36 2007
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
// cheez until u3
|
||||
-#if defined(LSB_FIRST) && !defined(PTR64)
|
||||
+#ifdef __i386__
|
||||
#define X86_ASM
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user