diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-08 17:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-08 17:10:43 +0000 |
commit | 2bb33e2310a9566078c88f26f6dac7afff9ca379 (patch) | |
tree | 5f3aeda417a18bc1fef7776f2d6375fdc852420f /games-util/deutex/files | |
parent | Version bump. (diff) | |
download | historical-2bb33e2310a9566078c88f26f6dac7afff9ca379.tar.gz historical-2bb33e2310a9566078c88f26f6dac7afff9ca379.tar.bz2 historical-2bb33e2310a9566078c88f26f6dac7afff9ca379.zip |
patch for 64bit support (bug #321219) from Christoph Mende
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-util/deutex/files')
-rw-r--r-- | games-util/deutex/files/deutex-4.4.0-64bit.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-util/deutex/files/deutex-4.4.0-64bit.patch b/games-util/deutex/files/deutex-4.4.0-64bit.patch new file mode 100644 index 000000000000..b5028cd4ffbd --- /dev/null +++ b/games-util/deutex/files/deutex-4.4.0-64bit.patch @@ -0,0 +1,13 @@ +diff --git a/src/deutex.h b/src/deutex.h +index 0a26df5..7af321c 100644 +--- a/src/deutex.h ++++ b/src/deutex.h +@@ -31,7 +31,7 @@ Place, Suite 330, Boston, MA 02111-1307, USA. + #define DeuSF for DOS .EXE Unix Linux OS/2 + *********************************************/ + +-#if defined (__alpha) /*__ALPHA__ for Alpha processor?*/ ++#if defined (__alpha) || defined (__x86_64__) /*__ALPHA__ for Alpha processor?*/ + /*long = int64 on a 64bit processor*/ + typedef char Int8; + typedef short Int16; |