Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341182 Details for
Bug 460632
Prefix support for dev-libs/icu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
icu-4.6-echo_t.patch
icu-4.6-echo_t.patch (text/plain), 872 bytes, created by
Benda Xu
on 2013-03-07 02:28:17 UTC
(
hide
)
Description:
icu-4.6-echo_t.patch
Filename:
MIME Type:
Creator:
Benda Xu
Created:
2013-03-07 02:28:17 UTC
Size:
872 bytes
patch
obsolete
>--- a/source/configure.in >+++ b/source/configure.in >@@ -20,9 +20,9 @@ > # for icu-config > # This may be removed later - mow (June 17, 2010) > ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T= >-case `/bin/sh -c "echo -n x"` in >+case `${CONFIG_SHELL} -c "echo -n x"` in > -n*) >- case `/bin/sh -c "echo 'x\c'"` in >+ case `${CONFIG_SHELL} -c "echo 'x\c'"` in > *c*) ICU_ECHO_T=' ';; # ECHO_T is single tab character. > *) ICU_ECHO_C='\c';; > esac;; >--- a/source/configure >+++ b/source/configure >@@ -20,9 +20,9 @@ > # for icu-config > # This may be removed later - mow (June 17, 2010) > ICU_ECHO_C= ICU_ECHO_N= ICU_ECHO_T= >-case `/bin/sh -c "echo -n x"` in >+case `${CONFIG_SHELL} -c "echo -n x"` in > -n*) >- case `/bin/sh -c "echo 'x\c'"` in >+ case `${CONFIG_SHELL} -c "echo 'x\c'"` in > *c*) ICU_ECHO_T=' ';; # ECHO_T is single tab character. > *) ICU_ECHO_C='\c';; > esac;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 460632
:
341180
| 341182 |
341184