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 | |
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')
-rw-r--r-- | sys-devel/libtool/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest index 3102a8c847a5..a974e06e785c 100644 --- a/sys-devel/libtool/Manifest +++ b/sys-devel/libtool/Manifest @@ -38,4 +38,4 @@ MD5 5e84c0a07a77ed6408b25453373914ab files/1.5.6/libtool-1.5.6-ltmain-SED.patch MD5 2badc5a56ce45a238edbef00b20677f7 files/1.5.6/libtool-1.5-filter-host-tags.patch 1146 MD5 2196d46d17a239f4b4d7629ca264a9ff files/1.5.10/libtool-1.5.10-locking.patch 513 MD5 c420dec3cd806113ecc347a457137ea6 files/1.5.10/libtool-1.5.10-version-checking.patch 1805 -MD5 29a35c156998b785947217ca749a3a96 files/1.5.10/libtool-1.5.10-portage.patch 2509 +MD5 31af600c8e04aa03291773b91ca1bc53 files/1.5.10/libtool-1.5.10-portage.patch 2841 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 |