diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:05 +0200 |
commit | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (patch) | |
tree | 4303cceddeb48d74755cbacc0b06eadaf45c1d37 /package/MesaLib/patches | |
parent | b2d07cf71c35790672584d9d7bef255fd5bc554c (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/MesaLib/patches')
-rw-r--r-- | package/MesaLib/patches/patch-bin_mklib | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/MesaLib/patches/patch-bin_mklib b/package/MesaLib/patches/patch-bin_mklib new file mode 100644 index 000000000..159aba578 --- /dev/null +++ b/package/MesaLib/patches/patch-bin_mklib @@ -0,0 +1,11 @@ +--- Mesa-7.8.2.orig/bin/mklib 2010-06-15 19:43:41.000000000 +0200 ++++ Mesa-7.8.2/bin/mklib 2010-10-11 20:40:45.000000000 +0200 +@@ -251,7 +251,7 @@ OBJECTS=$@ + + + if [ ${ARCH} = "auto" ] ; then +- ARCH=`uname` ++ ARCH=Linux + fi + + |