Magellan Linux

Contents of /trunk/mesa/patches/mesa-6.4.1-multilib-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 535 byte(s)
-import

1 --- bin/installmesa.multilib-fix 2005-12-16 01:46:30.000000000 +0000
2 +++ bin/installmesa 2005-12-16 01:47:22.000000000 +0000
3 @@ -9,8 +9,9 @@
4
5 TOP=.
6
7 -INCLUDE_DIR="/usr/local/include"
8 -LIB_DIR="/usr/local/lib"
9 +# Default to /usr/local if these aren't already set.
10 +INCLUDE_DIR="${INCLUDE_DIR:-/usr/local/include}"
11 +LIB_DIR="${LIB_DIR:-/usr/local/lib}"
12
13 if [ "x$#" = "x0" ] ; then
14 echo
15 @@ -40,9 +41,9 @@
16
17 read INPUT
18
19 -else
20 -INCLUDE_DIR=$1/include
21 -LIB_DIR=$1/lib
22 +#else
23 +#INCLUDE_DIR=$1/include
24 +#LIB_DIR=$1/lib
25 fi
26
27 # flags: