diff options
author | 2014-03-18 16:32:28 +0000 | |
---|---|---|
committer | 2014-03-18 16:32:28 +0000 | |
commit | 5b5f4e189f1f3adcd56d1cc9e26bfdd69f7415ed (patch) | |
tree | 45a0b1aa470ad9d494fd575c58247ec683e09dd6 /www-client/chromium/files | |
parent | updated patch for ntl-6 compatibility with newer g++, thanks Helmut Jarausch,... (diff) | |
download | historical-5b5f4e189f1f3adcd56d1cc9e26bfdd69f7415ed.tar.gz historical-5b5f4e189f1f3adcd56d1cc9e26bfdd69f7415ed.tar.bz2 historical-5b5f4e189f1f3adcd56d1cc9e26bfdd69f7415ed.zip |
Fix build on arm, bug #504002 by maekke.
Package-Manager: portage-2.2.8-r1/cvs/Linux i686
Manifest-Sign-Key: 0x4F1A2555EA71991D!
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-arm-r0.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-arm-r0.patch b/www-client/chromium/files/chromium-arm-r0.patch new file mode 100644 index 000000000000..df02e2434929 --- /dev/null +++ b/www-client/chromium/files/chromium-arm-r0.patch @@ -0,0 +1,11 @@ +--- third_party/icu/icu.gyp.orig 2014-03-16 17:49:02.561203814 -0500 ++++ third_party/icu/icu.gyp 2014-03-16 17:49:23.191037086 -0500 +@@ -30,7 +30,7 @@ + }], + ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ + or OS=="netbsd" or OS=="mac" or OS=="android") and \ +- (target_arch=="arm" or target_arch=="ia32" or \ ++ (target_arch=="ia32" or \ + target_arch=="mipsel")', { + 'target_conditions': [ + ['_toolset=="host"', { |