Magellan Linux

Contents of /trunk/nx/patches/nx-x11-1.5.0-amd64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 508 byte(s)
-import

1 diff -ru nx-X11-orig/lib/X11/XlcDL.c nx-X11/lib/X11/XlcDL.c
2 --- nx-X11-orig/lib/X11/XlcDL.c 2006-10-04 16:51:54.000000000 -0600
3 +++ nx-X11/lib/X11/XlcDL.c 2006-10-04 16:52:55.000000000 -0600
4 @@ -58,10 +58,8 @@
5 #ifdef _LP64
6 # if defined(__sparcv9)
7 # define _MACH64_NAME "sparcv9"
8 -# elif defined(__ia64__)
9 -# undef MACH64_NAME
10 # else
11 -# error "Unknown architecture"
12 +# undef MACH64_NAME
13 # endif /* defined(__sparcv9) */
14 # ifdef _MACH64_NAME
15 # define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1)