summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__sqlite__sqlite.gyp
blob: af4f59421e4be6aff673e20ed03d31f4f8998611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/sqlite/sqlite.gyp.orig	2015-01-21 20:28:18 UTC
+++ third_party/sqlite/sqlite.gyp
@@ -90,6 +90,8 @@
 
           'include_dirs': [
             'amalgamation',
+            # FreeBSD ...
+            '<(prefix_dir)/include',
           ],
           'dependencies': [
             '../icu/icu.gyp:icui18n',