summaryrefslogtreecommitdiff
path: root/games/ioquake3/files/patch-code-qcommon-q_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-q_platform.h')
-rw-r--r--games/ioquake3/files/patch-code-qcommon-q_platform.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-q_platform.h b/games/ioquake3/files/patch-code-qcommon-q_platform.h
new file mode 100644
index 000000000000..5731b6a20362
--- /dev/null
+++ b/games/ioquake3/files/patch-code-qcommon-q_platform.h
@@ -0,0 +1,11 @@
+--- code/qcommon/q_platform.h.orig 2009-08-30 19:30:01.000000000 +0200
++++ code/qcommon/q_platform.h 2009-08-30 19:28:38.000000000 +0200
+@@ -199,6 +199,8 @@
+
+ #ifdef __i386__
+ #define ARCH_STRING "i386"
++#elif defined __amd64__
++#define ARCH_STRING "x86_64"
+ #elif defined __axp__
+ #define ARCH_STRING "alpha"
+ #endif