]> git.pld-linux.org Git - packages/chromium-browser.git/blob - system-jsoncpp.patch
update system jsoncpp patch from gentoo
[packages/chromium-browser.git] / system-jsoncpp.patch
1 Adjust include path for system jsoncpp
2
3 https://src.chromium.org/viewvc/chrome?view=rev&revision=183190
4
5 --- a/src/third_party/jsoncpp/jsoncpp.gyp
6 +++ b/src/third_party/jsoncpp/jsoncpp.gyp
7 @@ -66,6 +66,11 @@
8            'includes': [
9              '../../build/shim_headers.gypi',
10            ],
11 +          'direct_dependent_settings': {
12 +            'include_dirs': [
13 +              '/usr/include/jsoncpp',
14 +            ],
15 +          },
16            'link_settings': {
17              'libraries': [
18                '-ljsoncpp',
This page took 0.024384 seconds and 3 git commands to generate.