Magellan Linux

Contents of /trunk/mesa/patches/mesa-8.0.2-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1761 - (show annotations) (download)
Wed May 2 07:52:29 2012 UTC (11 years, 11 months ago) by niro
File size: 340 byte(s)
-added multilib patch
1 diff -Naur Mesa-8.0.2/bin/mklib Mesa-8.0.2-magellan/bin/mklib
2 --- Mesa-8.0.2/bin/mklib 2012-03-20 12:56:52.000000000 +0100
3 +++ Mesa-8.0.2-magellan/bin/mklib 2012-05-02 10:49:19.854982524 +0200
4 @@ -237,6 +237,7 @@
5 shift 1;
6 ID=$1
7 ;;
8 + -m32|m64) ;; # ignore these
9 -*)
10 echo "mklib: Unknown option: " $1 ;
11 exit 1