diff options
Diffstat (limited to 'debian/patches/054_nx-X11_ppc64-ftbfs.full.patch')
-rw-r--r-- | debian/patches/054_nx-X11_ppc64-ftbfs.full.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/054_nx-X11_ppc64-ftbfs.full.patch b/debian/patches/054_nx-X11_ppc64-ftbfs.full.patch new file mode 100644 index 000000000..66c9c6d2e --- /dev/null +++ b/debian/patches/054_nx-X11_ppc64-ftbfs.full.patch @@ -0,0 +1,14 @@ +Description: Fix FTBFS on ppc64 architecture +Author: Orion Poplawski <orion@cora.nwra.com> +diff -up nx-libs-3.5.0.22/nx-X11/lib/GL/mesa/main/Imakefile.inc.ppc64 nx-libs-3.5.0.22/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 |