summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-08-23 00:08:30 +0200
committerPawel Hajdan, Jr <phajdan.jr@gentoo.org>2017-08-23 00:08:30 +0200
commitfab429984552c440fd527eb0c059f54ce269e28e (patch)
treef376904708e51be1a0d0a963abef97f65d305dfc /www-client/chromium/files
parentapp-emacs/basic-toolkit: HOMEPAGE 301 redirect to HTTPS (diff)
downloadgentoo-fab429984552c440fd527eb0c059f54ce269e28e.tar.gz
gentoo-fab429984552c440fd527eb0c059f54ce269e28e.tar.bz2
gentoo-fab429984552c440fd527eb0c059f54ce269e28e.zip
www-client/chromium: fix build with system ICU 59
Bug: https://bugs.gentoo.org/627382 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-system-icu-r2.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-system-icu-r2.patch b/www-client/chromium/files/chromium-system-icu-r2.patch
new file mode 100644
index 000000000000..5c12bbb7cf66
--- /dev/null
+++ b/www-client/chromium/files/chromium-system-icu-r2.patch
@@ -0,0 +1,10 @@
+--- a/build/linux/unbundle/icu.gn
++++ b/build/linux/unbundle/icu.gn
+@@ -16,6 +16,7 @@ config("icu_config") {
+ defines = [
+ "USING_SYSTEM_ICU=1",
+ "ICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC",
++ "UCHAR_TYPE=uint16_t",
+ ]
+ }
+