diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2002-01-14 13:24:33 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2002-01-14 13:24:33 +0000 |
commit | f8dc42f4cb131f82a54b6110b59bf02231de541d (patch) | |
tree | b2884089901ac196581ff9928f00ea09e5f271b4 /sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff | |
parent | updated comment about libtool 1.4.2 (diff) | |
download | historical-f8dc42f4cb131f82a54b6110b59bf02231de541d.tar.gz historical-f8dc42f4cb131f82a54b6110b59bf02231de541d.tar.bz2 historical-f8dc42f4cb131f82a54b6110b59bf02231de541d.zip |
adding 1.4.1-r1 which has the applied patch
Diffstat (limited to 'sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff')
-rw-r--r-- | sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff b/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff new file mode 100644 index 000000000000..6fa99486a3f5 --- /dev/null +++ b/sys-devel/libtool/files/1.4/libtool-1.4.ltmain.sh-hack.diff @@ -0,0 +1,20 @@ +--- /usr/share/libtool/ltmain.sh Sat May 12 19:29:42 2001 ++++ ./ltmain.sh Wed May 23 20:02:10 2001 +@@ -1530,6 +1530,8 @@ + convenience="$convenience $ladir/$objdir/$old_library" + old_convenience="$old_convenience $ladir/$objdir/$old_library" + tmp_libs= ++ # PKGW ++ dependency_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + case "$tmp_libs " in +@@ -1645,6 +1647,8 @@ + fi + + tmp_libs= ++ #PKGW ++ dependency_libs= + for deplib in $dependency_libs; do + case $deplib in + -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test |