summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-02-23 17:26:31 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-02-23 17:26:31 +0000
commit214c517ae2d0ed80250e867ef8b9e902c31804ba (patch)
tree9ed98a88b6b308aca9e38a8eabb2084ec4d615f6 /sys-devel/libtool
parentUpdate portage.patch to verify that we always have a leading '/' when we repl... (diff)
downloadgentoo-2-214c517ae2d0ed80250e867ef8b9e902c31804ba.tar.gz
gentoo-2-214c517ae2d0ed80250e867ef8b9e902c31804ba.tar.bz2
gentoo-2-214c517ae2d0ed80250e867ef8b9e902c31804ba.zip
Add comment.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r--sys-devel/libtool/files/1.5.10/libtool-1.5.10-portage.patch10
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