summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Stoddard <deltacow@gentoo.org>2006-03-14 20:23:43 +0000
committerScott Stoddard <deltacow@gentoo.org>2006-03-14 20:23:43 +0000
commit3d56dcc01c6153bbdd94de21620f74b084c951b1 (patch)
treea658c754cda5565b5c516c98fd5127a2a62f24f1 /games-rpg/egoboo/files
parentVersion Bump from upstream. (diff)
downloadgentoo-2-3d56dcc01c6153bbdd94de21620f74b084c951b1.tar.gz
gentoo-2-3d56dcc01c6153bbdd94de21620f74b084c951b1.tar.bz2
gentoo-2-3d56dcc01c6153bbdd94de21620f74b084c951b1.zip
patched for amd64 and added ~amd64
(Portage version: 2.0.54)
Diffstat (limited to 'games-rpg/egoboo/files')
-rw-r--r--games-rpg/egoboo/files/2.22-amd64.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-rpg/egoboo/files/2.22-amd64.patch b/games-rpg/egoboo/files/2.22-amd64.patch
new file mode 100644
index 000000000000..5e3ea57a0c1a
--- /dev/null
+++ b/games-rpg/egoboo/files/2.22-amd64.patch
@@ -0,0 +1,12 @@
+diff -ur egoboo/code/egobootypedef.h egoboo.new/code/egobootypedef.h
+--- egoboo/code/egobootypedef.h 2005-08-31 18:16:26.000000000 +0200
++++ egoboo/code/egobootypedef.h 2005-08-31 18:08:12.000000000 +0200
+@@ -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