summaryrefslogtreecommitdiffstats
path: root/meta/packages/mesa/mesa-dri/crossfix.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-14 18:02:13 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-14 18:02:13 +0100
commita0a9a2c6dfea1d6cf0cfb7bed6bd866850198656 (patch)
treee103828eb6419b36534f8f666e307f463e9d1bdd /meta/packages/mesa/mesa-dri/crossfix.patch
parentc57e2d63159bc2af7f6e72dd3a83fa02ad91fc04 (diff)
downloadpoky-a0a9a2c6dfea1d6cf0cfb7bed6bd866850198656.tar.gz
mesa: Update mesa-dri git recipe and add recipe for 7.5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mesa/mesa-dri/crossfix.patch')
-rw-r--r--meta/packages/mesa/mesa-dri/crossfix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/mesa/mesa-dri/crossfix.patch b/meta/packages/mesa/mesa-dri/crossfix.patch
new file mode 100644
index 0000000000..84be428c4f
--- /dev/null
+++ b/meta/packages/mesa/mesa-dri/crossfix.patch
@@ -0,0 +1,16 @@
1Index: Mesa-7.5/bin/mklib
2===================================================================
3--- Mesa-7.5.orig/bin/mklib 2009-08-12 13:01:34.000000000 +0100
4+++ Mesa-7.5/bin/mklib 2009-08-12 13:04:19.000000000 +0100
5@@ -234,9 +234,9 @@
6 if [ "x$LINK" = "x" ] ; then
7 # -linker was not specified so set default link command now
8 if [ $CPLUSPLUS = 1 ] ; then
9- LINK=g++
10+ LINK=$CXX
11 else
12- LINK=gcc
13+ LINK=$CC
14 fi
15 fi
16