freebsd-ports/games/ioquake3/files/patch-code-qcommon-q_platform.h
Pav Lucistnik 350cccb3a3 - Cleanup
- Update devel port to svn r1754

PR:		ports/141453
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-12-18 19:54:08 +00:00

11 lines
318 B
C

--- 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 "amd64"
#elif defined __axp__
#define ARCH_STRING "alpha"
#endif