aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch')
-rw-r--r--debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch b/debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch
deleted file mode 100644
index 6dca367ba..000000000
--- a/debian/patches/0054_nx-X11_ppc64-ftbfs.full.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Description: Fix FTBFS on ppc64 architecture
-Author: Orion Poplawski <orion@cora.nwra.com>
---- 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