]> git.pld-linux.org Git - packages/X11.git/commitdiff
sparc64 uber patch/fix
authorGreg Jaskiewicz <gryzman@gmail.com>
Sat, 5 Feb 2005 17:03:58 +0000 (17:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-sparc64-v9fix.patch -> 1.1

X11-sparc64-v9fix.patch [new file with mode: 0644]

diff --git a/X11-sparc64-v9fix.patch b/X11-sparc64-v9fix.patch
new file mode 100644 (file)
index 0000000..a68b171
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ur X11-6.8.1/xc/include/Xmd.h X11-modified/xc/include/Xmd.h
+--- X11-6.8.1/xc/include/Xmd.h 2005-02-05 16:37:53 +0000
++++ X11-modified/xc/include/Xmd.h      2005-02-05 16:13:30 +0000
+@@ -58,6 +58,11 @@
+ #ifdef CRAY
+ #define WORD64                                /* 64-bit architecture */
+ #endif
++
++#if defined(__sparc_v9__)
++#define __sparc64__
++#endif
++
+ #if defined (_LP64) || \
+     defined(__alpha) || defined(__alpha__) || \
+     defined(__ia64__) || defined(ia64) || \
This page took 0.042151 seconds and 4 git commands to generate.