Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > ce995e8cc8850e1ceb83e7db3a62c21f > files > 4

tremulous-1.2.0-0.beta1.17.mga9.src.rpm

Index: tremulous-1.2.beta1/src/qcommon/q_platform.h
===================================================================
--- tremulous-1.2.beta1.orig/src/qcommon/q_platform.h
+++ tremulous-1.2.beta1/src/qcommon/q_platform.h
@@ -164,6 +164,8 @@ Foundation, Inc., 51 Franklin St, Fifth
 #define ARCH_STRING "mips"
 #elif defined __sh__
 #define ARCH_STRING "sh"
+#elif defined __aarch64__
+#define ARCH_STRING "aarch64"
 #endif
 
 #if __FLOAT_WORD_ORDER == __BIG_ENDIAN