diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:54:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:54:08 +0000 |
commit | 350cccb3a3352d9ca0c7ccb9638b2c51b21e2cbc (patch) | |
tree | 0527abc9df1e1106f1ec5b41008c41a0493e8d86 /games/ioquake3/files/patch-code-qcommon-q_platform.h | |
parent | - Force commit to note repocopy (diff) |
- Cleanup
- Update devel port to svn r1754
PR: ports/141453
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-q_platform.h')
-rw-r--r-- | games/ioquake3/files/patch-code-qcommon-q_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-q_platform.h b/games/ioquake3/files/patch-code-qcommon-q_platform.h index 5731b6a20362..a46ef085ea57 100644 --- a/games/ioquake3/files/patch-code-qcommon-q_platform.h +++ b/games/ioquake3/files/patch-code-qcommon-q_platform.h @@ -5,7 +5,7 @@ #ifdef __i386__ #define ARCH_STRING "i386" +#elif defined __amd64__ -+#define ARCH_STRING "x86_64" ++#define ARCH_STRING "amd64" #elif defined __axp__ #define ARCH_STRING "alpha" #endif |