]> git.pld-linux.org Git - packages/X11.git/commitdiff
this patch by Brian Paul adds on AXP -D__GLX_ALIGN64 to GLX_DEFS for compile XFree86-4_1_0-5
authorkloczek <kloczek@pld-linux.org>
Mon, 3 Sep 2001 23:42:06 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
GL/glx files.

Changed files:
    XFree86-alpha_GLX_align_fix.patch -> 1.1

XFree86-alpha_GLX_align_fix.patch [new file with mode: 0644]

diff --git a/XFree86-alpha_GLX_align_fix.patch b/XFree86-alpha_GLX_align_fix.patch
new file mode 100644 (file)
index 0000000..eed6263
--- /dev/null
@@ -0,0 +1,16 @@
+This patch by Brian Paul.
+
+--- XFree86-4.1.0/xc/lib/GL/glx/Imakefile~     Wed Jun 20 16:32:13 2001
++++ XFree86-4.1.0/xc/lib/GL/glx/Imakefile      Wed Jun 20 16:33:55 2001
+@@ -87,7 +87,11 @@
+               vertarr.o \
+               xfont.o
++#if defined(AlphaArchitecture)
++     GLX_DEFS = GlxDefines -D__GLX_ALIGN64
++#else
+      GLX_DEFS = GlxDefines
++#endif
+ #if BuildXF86DRI
+      DRI_INCS = -I$(GLXLIBSRC)/dri
This page took 0.123057 seconds and 4 git commands to generate.