From 0b711de48cdb04f4328eff75f82b97f9a07cbfbf Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion@cora.nwra.com>
Date: Mon, 9 Feb 2015 15:49:51 +0100
Subject: Fix FTBFS on ppc64 architecture (054_nx-X11_ppc64-ftbfs.full.patch).

---
 nx-X11/lib/GL/mesa/main/Imakefile.inc | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'nx-X11')

diff --git a/nx-X11/lib/GL/mesa/main/Imakefile.inc b/nx-X11/lib/GL/mesa/main/Imakefile.inc
index 5deaf1038..80b3aef07 100644
--- a/nx-X11/lib/GL/mesa/main/Imakefile.inc
+++ b/nx-X11/lib/GL/mesa/main/Imakefile.inc
@@ -1,5 +1,8 @@
 XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile.inc,v 1.7tsi Exp $
 
+/* gcc on ppc64 defines this, causes macro recursion with pixel below */
+#undef pixel
+
 #ifndef MesaBuildDir
 #define MesaBuildDir $(GLXLIBSRC)/mesa/main/
 #endif
-- 
cgit v1.2.3