freebsd-ports/games/ioquake3/files/patch-code__qcommon__q_platform.h
Alejandro Pulver c8dabe4e08 - Update to version 1.33 (SVN rev 797).
- Add pkg-message about how to fix SDL sound problems.
2006-06-11 22:59:50 +00:00

15 lines
376 B
C

--- ./code/qcommon/q_platform.h.orig Tue Dec 27 16:46:01 2005
+++ ./code/qcommon/q_platform.h Sun Jun 11 17:26:26 2006
@@ -176,11 +176,7 @@
#define ID_INLINE inline
#define PATH_SEP '/'
-#ifdef __i386__
-#define ARCH_STRING "i386"
-#elif defined __axp__
-#define ARCH_STRING "alpha"
-#endif
+#define ARCH_STRING ARCH
#if BYTE_ORDER == BIG_ENDIAN
#define Q3_BIG_ENDIAN