$OpenBSD$
--- src/renderer/tr_local.h.orig	Tue Aug 10 18:16:57 2010
+++ src/renderer/tr_local.h	Sat Aug 14 23:52:00 2010
@@ -41,7 +41,7 @@ If you have questions concerning this license or the a
 typedef unsigned int glIndex_t;
 
 // fast float to int conversion
-#if id386 && !( ( defined __linux__ || defined __FreeBSD__ ) && ( defined __i386__ ) ) // rb010123
+#if id386 && !( ( defined __OpenBSD__ || defined __FreeBSD__ ) && ( defined __i386__ ) ) // rb010123
 long myftol( float f );
 #else
 #define myftol( x ) ( (int)( x ) )
