<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-06-25 at 14:04 -0400, Chris Ball wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
---
 src/xgi.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/xgi.h b/src/xgi.h
index 72f47d7..fd2c6fa 100755
--- a/src/xgi.h
+++ b/src/xgi.h
@@ -198,9 +198,11 @@ extern BOOL g_bRunTimeDebug;
 #define XGINEWDRI
 #undef XGINEWDRI2
 
+#ifdef XF86_VERSION_CURRENT
 #if XF86_VERSION_CURRENT &gt;= XF86_VERSION_NUMERIC(4,4,99,99,0)        /* Adapt this when the time has come */
 #define XGINEWDRI2
 #endif
+#endif /* XF86_VERSION_CURRENT */
 
 #include &quot;xf86drm.h&quot;
 #include &quot;sarea.h&quot;
</PRE>
</BLOCKQUOTE>
<BR>
The 3 patches compile clean on AMD64<BR>
<BR>
Tested-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
</BODY>
</HTML>