]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-GLcore-strip-a-workaround.patch
- twm desktop file for gdm/kdm support added as another source
[packages/XFree86.git] / XFree86-GLcore-strip-a-workaround.patch
1 --- XFree86-4.2.99.901/xc/lib/GL/mesa/src/Imakefile.inc.orig    Thu Nov 14 22:01:16 2002
2 +++ XFree86-4.2.99.901/xc/lib/GL/mesa/src/Imakefile.inc Thu Feb 13 21:02:28 2003
3 @@ -76,10 +76,6 @@
4  COREMESASRCS = $(COREMESABASESRCS) \
5                 $(MESABUILDDIR)array_cache/ac_context.c \
6                 $(MESABUILDDIR)array_cache/ac_import.c \
7 -               $(MESABUILDDIR)math/m_debug_clip.c \
8 -               $(MESABUILDDIR)math/m_debug_norm.c \
9 -               $(MESABUILDDIR)math/m_debug_vertex.c \
10 -               $(MESABUILDDIR)math/m_debug_xform.c \
11                 $(MESABUILDDIR)math/m_eval.c \
12                 $(MESABUILDDIR)math/m_matrix.c \
13                 $(MESABUILDDIR)math/m_translate.c \
14 --- XFree86-4.2.99.901/xc/lib/GL/mesa/src/math/Imakefile.inc.orig       Thu Nov 14 22:01:17 2002
15 +++ XFree86-4.2.99.901/xc/lib/GL/mesa/src/math/Imakefile.inc    Fri Feb 14 08:01:51 2003
16 @@ -30,10 +30,7 @@
17  LinkSourceFile(m_xform.c, $(MESASRCDIR)/src/math)
18  #endif
19  
20 -  MESA_MATH_OBJS = $(MESAMATHBUILDDIR)m_debug_clip.o \
21 -                  $(MESAMATHBUILDDIR)m_debug_norm.o \
22 -                  $(MESAMATHBUILDDIR)m_debug_xform.o \
23 -                  $(MESAMATHBUILDDIR)m_debug_vertex.o \
24 +  MESA_MATH_OBJS = \
25                    $(MESAMATHBUILDDIR)m_eval.o \
26                    $(MESAMATHBUILDDIR)m_matrix.o \
27                    $(MESAMATHBUILDDIR)m_translate.o \
28 @@ -42,10 +39,7 @@
29                    $(MESAMATHBUILDDIR)m_xform.o
30  
31  #if defined(DoSharedLib) && DoSharedLib
32 - MESA_MATH_UOBJS = $(MESAMATHBUILDDIR)unshared/m_debug_clip.o \
33 -                  $(MESAMATHBUILDDIR)unshared/m_debug_norm.o \
34 -                  $(MESAMATHBUILDDIR)unshared/m_debug_xform.o \
35 -                  $(MESAMATHBUILDDIR)unshared/m_debug_vertex.o \
36 + MESA_MATH_UOBJS = \
37                    $(MESAMATHBUILDDIR)unshared/m_eval.o \
38                    $(MESAMATHBUILDDIR)unshared/m_matrix.o \
39                    $(MESAMATHBUILDDIR)unshared/m_translate.o \
This page took 0.02859 seconds and 3 git commands to generate.