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