aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_linux_system.gyp
blob: 63a63b6a52e16922869a79f23762522bd8570b18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- build/linux/system.gyp.orig	2016-05-11 19:02:12 UTC
+++ build/linux/system.gyp
@@ -1051,6 +1051,13 @@
       'include_dirs': [
         '../..',
       ],
+      'conditions' : [
+        ['OS=="freebsd"', {
+          'include_dirs': [
+            '<(prefix_dir)/include',
+          ],
+        }],
+      ],
       'hard_dependency': 1,
       'actions': [
         {