summaryrefslogtreecommitdiffstats
path: root/package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-08-10 19:07:51 +0000
committerEric Andersen <andersen@codepoet.org>2007-08-10 19:07:51 +0000
commita7e49eb2af5d2ca6e53fb908fddfddd92696910a (patch)
treeef6625168d47591f85f98a2014f61bc697cf2427 /package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch
parent7aa1c59ebf82bd91a9e2b03178ceb4ce4fbf1b9d (diff)
downloadbuildroot-novena-a7e49eb2af5d2ca6e53fb908fddfddd92696910a.tar.gz
buildroot-novena-a7e49eb2af5d2ca6e53fb908fddfddd92696910a.zip
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
Diffstat (limited to 'package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch')
-rw-r--r--package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch b/package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch
new file mode 100644
index 000000000..22b511168
--- /dev/null
+++ b/package/x11r7/mesa3d/mesa3d-6.5.3-gen_matypes.patch
@@ -0,0 +1,11 @@
+--- Mesa-6.5.3/src/mesa/x86/Makefile.orig 2007-06-09 06:23:46.000000000 +0200
++++ Mesa-6.5.3/src/mesa/x86/Makefile 2007-06-09 06:24:53.000000000 +0200
+@@ -21,7 +21,7 @@
+
+
+ gen_matypes: gen_matypes.c
+- $(CC) $(INCLUDE_DIRS) $(CFLAGS) gen_matypes.c -o gen_matypes
++ $(CC_FOR_BUILD) $(INCLUDE_DIRS) $(CFLAGS_FOR_BUILD) gen_matypes.c -o gen_matypes
+
+ # need some special rules here, unfortunately
+ matypes.h: ../main/mtypes.h ../tnl/t_context.h gen_matypes