]> git.pld-linux.org Git - packages/X11.git/blame - X11-sparc64-v9fix.patch
- adding unichrome dri driver building
[packages/X11.git] / X11-sparc64-v9fix.patch
CommitLineData
9a95843c
GJ
1diff -ur X11-6.8.1/xc/include/Xmd.h X11-modified/xc/include/Xmd.h
2--- X11-6.8.1/xc/include/Xmd.h 2005-02-05 16:37:53 +0000
3+++ X11-modified/xc/include/Xmd.h 2005-02-05 16:13:30 +0000
4@@ -58,6 +58,11 @@
5 #ifdef CRAY
6 #define WORD64 /* 64-bit architecture */
7 #endif
8+
8dad9b22 9+#if defined(__sparc__) && defined(__arch64__)
9a95843c
GJ
10+#define __sparc64__
11+#endif
12+
13 #if defined (_LP64) || \
14 defined(__alpha) || defined(__alpha__) || \
15 defined(__ia64__) || defined(ia64) || \
This page took 0.040116 seconds and 4 git commands to generate.