diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_libxml_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-third__party_libxml_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_libxml_BUILD.gn b/www/chromium/files/patch-third__party_libxml_BUILD.gn new file mode 100644 index 000000000000..b66aa863040e --- /dev/null +++ b/www/chromium/files/patch-third__party_libxml_BUILD.gn @@ -0,0 +1,11 @@ +--- third_party/libxml/BUILD.gn.orig 2016-08-03 22:02:38.000000000 +0300 ++++ third_party/libxml/BUILD.gn 2016-09-02 23:25:19.267995000 +0300 +@@ -4,7 +4,7 @@ + + # Define an "os_include" variable that points at the OS-specific generated + # headers. These were generated by running the configure script offline. +-if (is_linux || is_android || is_nacl) { ++if (is_linux || is_bsd || is_android || is_nacl) { + os_include = "linux" + } else if (is_mac || is_ios) { + os_include = "mac" |