Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 224433 Details for
Bug 308699
net-libs/webkit-gtk fails to build with =dev-libs/icu-4.4*
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
webkit-icu-compat-portage.patch
webkit-icu-4.4-portage.patch (text/plain), 933 bytes, created by
Priit Laes (IRC: plaes)
on 2010-03-20 20:12:33 UTC
(
hide
)
Description:
webkit-icu-compat-portage.patch
Filename:
MIME Type:
Creator:
Priit Laes (IRC: plaes)
Created:
2010-03-20 20:12:33 UTC
Size:
933 bytes
patch
obsolete
>diff --git a/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h b/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h >index a2a5c0a..810f34b 100644 >--- a/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h >+++ b/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h >@@ -27,6 +27,7 @@ > #include <unicode/uchar.h> > #include <unicode/ustring.h> > #include <unicode/utf16.h> >+#include <unicode/uversion.h> > > namespace WTF { > namespace Unicode { >diff --git a/WebCore/platform/text/TextBreakIterator.h b/WebCore/platform/text/TextBreakIterator.h >index 17cf5f0..7ead196 100644 >--- a/WebCore/platform/text/TextBreakIterator.h >+++ b/WebCore/platform/text/TextBreakIterator.h >@@ -26,7 +26,12 @@ > > namespace WebCore { > >+#if (U_ICU_VERSION_MAJOR_NUM == 4) && (U_ICU_VERSION_MINOR_NUM >= 4) >+ typedef struct UBreakIterator TextBreakIterator; >+#else > class TextBreakIterator; >+#endif >+ > > // Note: The returned iterator is good only until you get another iterator. >
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 308699
:
222869
|
224299
|
224433
|
225191
|
225299