aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_sqlite_sqlite.gyp
blob: 7b072469fa38970e0a127d899f34a1356dff58f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/sqlite/sqlite.gyp.orig	2016-05-11 19:02:34 UTC
+++ third_party/sqlite/sqlite.gyp
@@ -153,6 +153,8 @@
           },
           'include_dirs': [
             'amalgamation',
+            # FreeBSD ...
+            '<(prefix_dir)/include',
           ],
           'dependencies': [
             '../icu/icu.gyp:icui18n',