diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-06-29 11:04:00 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-06-29 11:04:00 +0000 |
commit | 06b1cf38e61dbd68c909ee18286aa738c5954403 (patch) | |
tree | 5189ebc460ad75677722207a3a22005b5c18217a /sys-devel/libtool/files | |
parent | Add 1.5.10 portage patch that sets EGREP if not set. (diff) | |
download | historical-06b1cf38e61dbd68c909ee18286aa738c5954403.tar.gz historical-06b1cf38e61dbd68c909ee18286aa738c5954403.tar.bz2 historical-06b1cf38e61dbd68c909ee18286aa738c5954403.zip |
Update portage patch to define EGREP just in case (maybe a bit too much?).
Also make sure its global defined as well as LTCC.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/libtool/files')
3 files changed, 21 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 f07161122e6b..bacff7c5245e 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 @@ -8,11 +8,14 @@ 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 @@ +@@ -3940,9 +3940,53 @@ $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit 1 fi - newdependency_libs="$newdependency_libs $libdir/$name" ++ if [ "x$EGREP" = x ] ; then ++ EGREP=egrep ++ fi + # We do not want portage's install root ($D) present. Check only for + # this if the .la is being installed. + if test "$installed" = yes && test "$D"; then diff --git a/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch b/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch new file mode 100644 index 000000000000..5c4098c40071 --- /dev/null +++ b/sys-devel/libtool/files/1.5.14/libtool-1.5.14-egrep.patch @@ -0,0 +1,16 @@ +--- 1/ltmain.in 2005-04-16 16:50:02.000000000 +0200 ++++ 2/ltmain.in 2005-04-16 16:46:46.000000000 +0200 +@@ -39,6 +39,13 @@ + if [ "x$SED" = x ] ; then + SED=sed + fi ++# Same for EGREP, and just to be sure, do LTCC as well ++if [ "x$EGREP" = x ] ; then ++ EGREP=egrep ++fi ++if [ "x$LTCC" = x ] ; then ++ LTCC=${CC-gcc} ++fi + + # The name of this program: + progname=`echo "$progpath" | $SED $basename` diff --git a/sys-devel/libtool/files/digest-libtool-1.5.18-r1 b/sys-devel/libtool/files/digest-libtool-1.5.18-r1 new file mode 100644 index 000000000000..f7cd6cc2b672 --- /dev/null +++ b/sys-devel/libtool/files/digest-libtool-1.5.18-r1 @@ -0,0 +1 @@ +MD5 3c6630a02bf0858c365ee32e0599255e libtool-1.5.18.tar.gz 2780846 |