summaryrefslogtreecommitdiff
path: root/games-util/deutex/files/deutex-4.4.0-64bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/deutex/files/deutex-4.4.0-64bit.patch')
-rw-r--r--games-util/deutex/files/deutex-4.4.0-64bit.patch13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index b5028cd4ffbd..000000000000
--- a/games-util/deutex/files/deutex-4.4.0-64bit.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;