summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-04-24 23:52:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-04-24 23:52:09 +0000
commit788883f744225d583d5debe295d8a487573b0382 (patch)
tree301276cb60f2b1482161988fa0653777d1503d13 /games-rpg/egoboo
parentfixed dos format error (carriage returns) (diff)
downloadgentoo-2-788883f744225d583d5debe295d8a487573b0382.tar.gz
gentoo-2-788883f744225d583d5debe295d8a487573b0382.tar.bz2
gentoo-2-788883f744225d583d5debe295d8a487573b0382.zip
revert 2.22-amd64.patch to the 1.2 version
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'games-rpg/egoboo')
-rw-r--r--games-rpg/egoboo/files/2.22-amd64.patch16
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