Commit 0b711de4 authored by Orion Poplawski's avatar Orion Poplawski Committed by Mike Gabriel

Fix FTBFS on ppc64 architecture (054_nx-X11_ppc64-ftbfs.full.patch).

parent 9ea734b2
Description: Fix FTBFS on ppc64 architecture
Author: Orion Poplawski <orion@cora.nwra.com>
diff -up a/nx-X11/lib/GL/mesa/main/Imakefile.inc b/nx-X11/lib/GL/mesa/main/Imakefile.inc
--- a/nx-X11/lib/GL/mesa/main/Imakefile.inc 2014-01-04 13:39:35.000000000 -0700
+++ b/nx-X11/lib/GL/mesa/main/Imakefile.inc 2014-01-24 12:04:00.085272615 -0700
@@ -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
054_nx-X11_ppc64-ftbfs.full.patch
055_nx-X11_imake-Werror-format-security.full.patch 055_nx-X11_imake-Werror-format-security.full.patch
056_nx-X11_Werror-format-security.full.patch 056_nx-X11_Werror-format-security.full.patch
057_nx-X11_sanitize-eventmasks.full.patch 057_nx-X11_sanitize-eventmasks.full.patch
......
XCOMM $XFree86: xc/lib/GL/mesa/src/Imakefile.inc,v 1.7tsi Exp $ 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 #ifndef MesaBuildDir
#define MesaBuildDir $(GLXLIBSRC)/mesa/main/ #define MesaBuildDir $(GLXLIBSRC)/mesa/main/
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment