]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-alpha_GLX_align_fix.patch
- cleanup
[packages/X11.git] / XFree86-alpha_GLX_align_fix.patch
1 --- xc/lib/GL/glx/Imakefile     2006-02-20 01:14:35.000000000 +0100
2 +++ xc/lib/GL/glx/Imakefile-new 2006-06-11 03:21:31.564753888 +0200
3 @@ -149,8 +149,13 @@
4                 glx_query.o \
5                 glx_texture_compression.o
6  
7 -     GLX_DEFS = GlxDefines VidModeExtensionDefines \
8 -               -DDEFAULT_DRIVER_DIR=\"$(MODULEDIR)/dri\"
9 +#if defined(AlphaArchitecture)
10 +     GLX_DEFS = GlxDefines VidModeExtensionDefines -D__GLX_ALIGN64 \
11 +               -DDEFAULT_DRIVER_DIR=\"$(MODULEDIR)/dri\"
12 +#else
13 +      GLX_DEFS = GlxDefines VidModeExtensionDefines \
14 +                -DDEFAULT_DRIVER_DIR=\"$(MODULEDIR)/dri\"
15 +#endif
16  
17  #ifdef i386Architecture
18        ASM_DIR = x86
This page took 0.030816 seconds and 3 git commands to generate.