Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1762 - (hide annotations) (download)
Wed May 2 08:20:49 2012 UTC (12 years ago) by niro
File size: 341 byte(s)
-fixed patch
1 niro 1761 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 niro 1762 + -m32|-m64) ;; # ignore these
9 niro 1761 -*)
10     echo "mklib: Unknown option: " $1 ;
11     exit 1