aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-28 13:20:07 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-28 13:20:07 -0400
commit74d885ce487911cae6b2d4c596d98dc25d2865a6 (patch)
tree2efc8b211f30eab5d561e78d2ff95cb128bbd21e /eclass/ELT-patches/sed/1.4.0
parentsys-devel/libtool: add m4/libtool.m4 patch for ppc64le #581314 (diff)
downloadppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.gz
ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.tar.bz2
ppc64le-74d885ce487911cae6b2d4c596d98dc25d2865a6.zip
eclass/libtool.eclass + ELT-patches: copy from tree
Diffstat (limited to 'eclass/ELT-patches/sed/1.4.0')
-rw-r--r--eclass/ELT-patches/sed/1.4.014
1 files changed, 14 insertions, 0 deletions
diff --git a/eclass/ELT-patches/sed/1.4.0 b/eclass/ELT-patches/sed/1.4.0
new file mode 100644
index 0000000..9c51ac2
--- /dev/null
+++ b/eclass/ELT-patches/sed/1.4.0
@@ -0,0 +1,14 @@
+--- ltmain.sh 2003-02-13 14:54:24.000000000 +0100
++++ ltmain.sh 2003-02-13 15:24:49.000000000 +0100
+@@ -48,6 +48,11 @@ EOF
+ exit 0
+ fi
+
++# define variables for historic ltconfig's generated by Libtool 1.3
++test -z "$SED" && SED=sed
++test -z "$EGREP" && EGREP=egrep
++test -z "$LTCC" && LTCC=${CC-gcc}
++
+ # The name of this program.
+ progname=`$echo "$0" | ${SED} 's%^.*/%%'`
+ modename="$progname"