$OpenBSD$ --- src/game/q_shared.h.orig Tue Aug 10 18:16:59 2010 +++ src/game/q_shared.h Sat Aug 14 23:55:37 2010 @@ -201,12 +201,12 @@ void Sys_PumpEvents( void ); // the mac compiler can't handle >32k of locals, so we // just waste space and make big arrays static... -#ifdef __linux__ +#ifdef __OpenBSD__ #define MAC_STATIC #ifdef __i386__ -#define CPUSTRING "linux-i386" +#define CPUSTRING "OpenBSD-i386" #elif defined __axp__ #define CPUSTRING "linux-alpha" #else