| Index: third_party/libxml/libxml.gyp
|
| ===================================================================
|
| --- third_party/libxml/libxml.gyp (revision 25593)
|
| +++ third_party/libxml/libxml.gyp (working copy)
|
| @@ -5,7 +5,7 @@
|
| {
|
| 'variables': {
|
| 'conditions': [
|
| - ['OS=="linux"', {'os_include': 'linux'}],
|
| + ['OS=="linux" or OS=="freebsd"', {'os_include': 'linux'}],
|
| ['OS=="mac"', {'os_include': 'mac'}],
|
| ['OS=="win"', {'os_include': 'win32'}],
|
| ],
|
| @@ -18,7 +18,7 @@
|
| {
|
| 'target_name': 'libxml',
|
| 'conditions': [
|
| - ['OS=="linux" and use_system_libxml', {
|
| + ['(OS=="linux" or OS=="freebsd") and use_system_libxml', {
|
| 'type': 'settings',
|
| 'direct_dependent_settings': {
|
| 'cflags': [
|
|
|