]> git.pld-linux.org Git - packages/chromium-browser.git/blame - nacl-linkingfix.patch
- icu rebuild
[packages/chromium-browser.git] / nacl-linkingfix.patch
CommitLineData
5997e180
ER
1diff -up chromium-9.0.600.0/native_client/src/trusted/service_runtime/service_runtime.gyp.linking-fix chromium-9.0.600.0/native_client/src/trusted/service_runtime/service_runtime.gyp
2--- chromium-9.0.600.0/native_client/src/trusted/service_runtime/service_runtime.gyp.linking-fix 2010-12-03 06:56:29.000000000 -0500
3+++ chromium-9.0.600.0/native_client/src/trusted/service_runtime/service_runtime.gyp 2010-12-13 12:56:50.063551554 -0500
4@@ -187,6 +187,16 @@
5 'linux/arm/sel_segments.c',
6 ],
7 }],
8+ ['target_arch=="ia32"', {
9+ 'sources': [
10+ 'linux/nacl_signal_32.c',
11+ ],
12+ }],
13+ ['target_arch=="x64"', {
14+ 'sources': [
15+ 'linux/nacl_signal_64.c',
16+ ],
17+ }],
18 ],
19 }],
20 ['OS=="linux" or OS=="mac" or OS=="FreeBSD"', {
This page took 0.031178 seconds and 4 git commands to generate.