]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-alpha_GLX_align_fix.patch
- obsolete xorg-x11-xfs, xorg-x11-libs-data
[packages/X11.git] / XFree86-alpha_GLX_align_fix.patch
1 This patch by Brian Paul.
2
3 --- XFree86-4.1.0/xc/lib/GL/glx/Imakefile~      Wed Jun 20 16:32:13 2001
4 +++ XFree86-4.1.0/xc/lib/GL/glx/Imakefile       Wed Jun 20 16:33:55 2001
5 @@ -87,7 +87,11 @@
6                 vertarr.o \
7                 xfont.o
8  
9 +#if defined(AlphaArchitecture)
10 +     GLX_DEFS = GlxDefines VidModeExtensionDefines -D__GLX_ALIGN64
11 +#else
12       GLX_DEFS = GlxDefines VidModeExtensionDefines
13 +#endif
14  
15  #if BuildXF86DRI
16       DRI_INCS = -I$(GLXLIBSRC)/dri
This page took 0.032933 seconds and 3 git commands to generate.