dev-libs/icu: Backport fix for bug 573294

Package-Manager: portage-2.2.27
This commit is contained in:
Andreas K. Hüttel
2016-03-03 20:44:00 +01:00
parent 0fe26d576d
commit 7bb8a9efeb
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: source/tools/toolutil/flagparser.c
===================================================================
--- a/source/tools/toolutil/flagparser.c (revision 38080)
+++ b/source/tools/toolutil/flagparser.c (revision 38081)
@@ -97,7 +97,7 @@
T_FileStream_close(f);
- if (U_FAILURE(*status)) {
+ if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) {
return -1;
}

View File

@@ -34,6 +34,7 @@ src_prepare() {
local variable
epatch "${FILESDIR}/${PN}-remove-bashisms.patch"
epatch "${FILESDIR}/${PN}-flagparser.patch"
epatch_user
# Disable renaming as it is stupind thing to do