diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-02-23 17:26:31 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-02-23 17:26:31 +0000 |
commit | 988fdfde5a3a1341e2eaf482e719b2057b36820e (patch) | |
tree | b11ed19cbccec72b1ce38080f65b3085ee4c03d0 /sys-devel/libtool/files | |
parent | Update portage.patch to verify that we always have a leading '/' when we repl... (diff) | |
download | historical-988fdfde5a3a1341e2eaf482e719b2057b36820e.tar.gz historical-988fdfde5a3a1341e2eaf482e719b2057b36820e.tar.bz2 historical-988fdfde5a3a1341e2eaf482e719b2057b36820e.zip |
Add comment.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch index 7cb831bb250b..f07161122e6b 100644 --- a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch +++ b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch @@ -1,3 +1,11 @@ +Note that if you update this patch, please update this one as well: + + eclass/ELT-patches/portage/1.4.1 + +The file name can stay 1.4.1, as it will still apply to all versions. Only +when a new version of libtool comes out that it do not apply to, then the +name should be bumped, but the patch content should stay fairly the same. + --- ltmain.in.orig Wed Apr 3 01:19:37 2002 +++ ltmain.in Sun May 26 19:50:52 2002 @@ -3940,9 +3940,50 @@ @@ -59,7 +67,7 @@ esac + # Do not add duplicates + if test "$installed" = yes && test "$D"; then -+ install_libdir=`echo "$install_libdir" |sed -e "s:$D::g" -e 's://:/:g'` ++ install_libdir=`echo "$install_libdir" |sed -e "s:$D:/:g" -e 's:/\+:/:g'` + fi $echo > $output "\ # $outputname - a libtool library file |