diff options
-rw-r--r-- | games-rpg/egoboo/files/2.22-amd64.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games-rpg/egoboo/files/2.22-amd64.patch b/games-rpg/egoboo/files/2.22-amd64.patch index 982e064adb5a..c8e5ed8ba678 100644 --- a/games-rpg/egoboo/files/2.22-amd64.patch +++ b/games-rpg/egoboo/files/2.22-amd64.patch @@ -1,11 +1,11 @@ --- code/egobootypedef.h.orig 2006-04-24 15:50:56.000000000 -0400 +++ code/egobootypedef.h 2006-04-24 15:51:15.000000000 -0400 @@ -99,7 +99,7 @@ - /*Return the result*/ - return data.f; - } --#elif __i386__ -+#elif defined( __i386__ ) || defined( __x86_64__ ) - #define _LITTLE_ENDIAN - #else - #define _BIG_ENDIAN + /*Return the result*/
+ return data.f;
+ }
+-#elif __i386__
++#elif defined( __i386__ ) || defined( __x86_64__ )
+ #define _LITTLE_ENDIAN
+ #else
+ #define _BIG_ENDIAN
|