From 77fa7e113b9be222c902ecab8bf3d25de991d1c8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 13 Oct 2011 09:20:43 +0200 Subject: mesa: move common patches which could be used in both mesa-dri and mesa-xlib from mesa-dri to mesa (From OE-Core rev: 76f4be998f6608799b66821a334f1ca7ddc2aba2) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa/crossfix.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa/crossfix.patch (limited to 'meta/recipes-graphics/mesa/mesa/crossfix.patch') diff --git a/meta/recipes-graphics/mesa/mesa/crossfix.patch b/meta/recipes-graphics/mesa/mesa/crossfix.patch new file mode 100644 index 0000000000..d300e2f1b3 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa/crossfix.patch @@ -0,0 +1,18 @@ +Upstream-Status: Pending + +Index: Mesa-7.5/bin/mklib +=================================================================== +--- Mesa-7.5.orig/bin/mklib 2009-08-12 13:01:34.000000000 +0100 ++++ Mesa-7.5/bin/mklib 2009-08-12 13:04:19.000000000 +0100 +@@ -234,9 +234,9 @@ + if [ "x$LINK" = "x" ] ; then + # -linker was not specified so set default link command now + if [ $CPLUSPLUS = 1 ] ; then +- LINK=g++ ++ LINK=$CXX + else +- LINK=gcc ++ LINK=$CC + fi + fi + -- cgit v1.2.3-54-g00ecf