diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-10 04:43:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-10 04:43:34 +0000 |
commit | 276229d87960a4a29ae753ca2982fd3414f0c9e6 (patch) | |
tree | 224a498105ae5e55ecee0d9611cd68f26c577a61 /sys-devel | |
parent | old (diff) | |
download | historical-276229d87960a4a29ae753ca2982fd3414f0c9e6.tar.gz historical-276229d87960a4a29ae753ca2982fd3414f0c9e6.tar.bz2 historical-276229d87960a4a29ae753ca2982fd3414f0c9e6.zip |
fix patches so they past libtool tests
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/libtool/files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest index 1638cebfabb7..c553ee31f446 100644 --- a/sys-devel/libtool/Manifest +++ b/sys-devel/libtool/Manifest @@ -36,5 +36,5 @@ MD5 d5d5e0c05015661718dd3015531342c5 files/1.5.6/libtool-1.5.6-libtool_m4-shared MD5 6ef585a59058c79f3601bbd7787f2683 files/1.5.2/libtool-1.5-libtool.m4-x86_64.patch 466 MD5 0fb02114fa6b6cd63ea25510f04f346a files/1.5.2/libtool-1.5-testfailure.patch 6448 MD5 8ac4aa8ff1c680fe44447274d9f3a673 files/1.5.2/libtool-1.5.2-libtool_m4-shared_ext.patch 882 -MD5 d2313fcf3c18603f201627ca94850786 files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch 1153 +MD5 b81a86ce5e9014e53bd7beb12e46ed12 files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch 1155 MD5 ec9cd0c9953bac111564122a5c209278 files/1.5.2/libtool-1.5-filter-host-tags.patch 1846 diff --git a/sys-devel/libtool/files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch b/sys-devel/libtool/files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch index 3d5bd89ad42b..404be67fe435 100644 --- a/sys-devel/libtool/files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch +++ b/sys-devel/libtool/files/1.5.2/libtool-1.5.2-ltmain_sh-max_cmd_len.patch @@ -17,7 +17,7 @@ + = "XX$testring") >/dev/null 2>&1 && + new_result=`expr "X$testring" : ".*" 2>&1` && + max_cmd_len="$new_result" && -+ test $i != 17 # 1/2 MB should be enough ++ test "$i" != 17 # 1/2 MB should be enough + do + i=`expr $i + 1` + testring="$testring$testring" |