diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-09-09 14:50:17 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-09-09 14:50:17 +0000 |
commit | b56e8e6cd3497673cad26d0bc072392b85a9411d (patch) | |
tree | 2cd7f2cf700201f989b032ca32daf5d858bf5af8 /games/ioquake3/files/patch-code-qcommon-q_platform.h | |
parent | - Update to 0.639 (diff) |
- Update to version 1.36.
- Take maintainership.
- Prepare for future slave port ioquake3-devel.
PR: ports/138535
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-q_platform.h')
-rw-r--r-- | games/ioquake3/files/patch-code-qcommon-q_platform.h | 11 |
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 |