Changeset 28 for trunk/util

Show
Ignore:
Timestamp:
01/22/08 14:27:46 (1 year ago)
Author:
saurik
Message:

Further hacked libtool in order to support sysroot compilation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/libtool.diff

    r12 r28  
    1 diff -ru libX11-1.1.3/ltmain.sh libX11-1.1.3+iPhone/ltmain.sh 
    2 --- libX11-1.1.3/ltmain.sh      2007-07-06 08:20:15.000000000 +0000 
    3 +++ libX11-1.1.3+iPhone/ltmain.sh       2008-01-04 09:47:45.000000000 +0000 
    4 @@ -2929,7 +2929,7 @@ 
     1--- ltmain.sh.orig      2006-03-11 18:49:04.000000000 +0000 
     2+++ ltmain.sh   2008-01-14 04:23:08.000000000 +0000 
     3@@ -2213,7 +2213,7 @@ 
     4          deplibs="$deplib $deplibs" 
     5          continue 
     6          ;; 
     7-       *.la) lib="$deplib" ;; 
     8+       *.la) if [[ ${deplib:0:1} == '/' ]]; then lib="$PKG_ROOT$deplib"; else lib="$deplib"; fi ;; 
     9        *.$libext) 
     10          if test "$pass" = conv; then 
     11            deplibs="$deplib $deplibs" 
     12@@ -2890,7 +2890,7 @@ 
    513                if grep "^installed=no" $deplib > /dev/null; then 
    614                  path="$absdir/$objdir" 
     
    1119                    $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 
    1220                    exit $EXIT_FAILURE 
    13 @@ -5664,7 +5664,7 @@ 
     21@@ -5609,7 +5609,7 @@ 
    1422              case $deplib in 
    1523              *.la)