diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-10 17:11:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-10 17:11:37 +0000 |
commit | 3346733c4c851e42d8f53b96d5b08a7dc99dbac9 (patch) | |
tree | c1be287aeb694aaa6dd32b961dd271ffdc913c76 /eclass/ELT-patches/sed | |
parent | Revision bump with compiler fix. Nemerle now works with monodevelop. See bug ... (diff) | |
download | gentoo-2-3346733c4c851e42d8f53b96d5b08a7dc99dbac9.tar.gz gentoo-2-3346733c4c851e42d8f53b96d5b08a7dc99dbac9.tar.bz2 gentoo-2-3346733c4c851e42d8f53b96d5b08a7dc99dbac9.zip |
Added darwintoolize. This closes bug #65272.
Diffstat (limited to 'eclass/ELT-patches/sed')
-rw-r--r-- | eclass/ELT-patches/sed/1.4.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/ELT-patches/sed/1.4.3 b/eclass/ELT-patches/sed/1.4.3 index 20178a03de05..9c51ac2de0ff 100644 --- a/eclass/ELT-patches/sed/1.4.3 +++ b/eclass/ELT-patches/sed/1.4.3 @@ -1,11 +1,13 @@ --- ltmain.sh 2003-02-13 14:54:24.000000000 +0100 +++ ltmain.sh 2003-02-13 15:24:49.000000000 +0100 -@@ -48,6 +48,9 @@ EOF +@@ -48,6 +48,11 @@ EOF exit 0 fi -+# define SED for historic ltconfig's generated by Libtool 1.3 ++# 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%^.*/%%'` |