diff options
Diffstat (limited to 'www/iridium/files/patch-third__party_libxml_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-third__party_libxml_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-third__party_libxml_BUILD.gn b/www/iridium/files/patch-third__party_libxml_BUILD.gn new file mode 100644 index 000000000000..ca1f0871a73d --- /dev/null +++ b/www/iridium/files/patch-third__party_libxml_BUILD.gn @@ -0,0 +1,11 @@ +--- third_party/libxml/BUILD.gn.orig 2017-04-19 19:06:52 UTC ++++ third_party/libxml/BUILD.gn +@@ -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" |