]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-alpha_GLX_align_fix.patch
- outdated
[packages/XFree86.git] / XFree86-alpha_GLX_align_fix.patch
CommitLineData
45847e51 1This 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)
fa4a3447 10+ GLX_DEFS = GlxDefines VidModeExtensionDefines -D__GLX_ALIGN64
45847e51 11+#else
fa4a3447 12 GLX_DEFS = GlxDefines VidModeExtensionDefines
45847e51 13+#endif
14
15 #if BuildXF86DRI
16 DRI_INCS = -I$(GLXLIBSRC)/dri
This page took 0.049057 seconds and 4 git commands to generate.