diff options
Diffstat (limited to 'www/iridium/files/patch-chromecast_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-chromecast_BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-chromecast_BUILD.gn b/www/iridium/files/patch-chromecast_BUILD.gn new file mode 100644 index 000000000000..ac7833384bbf --- /dev/null +++ b/www/iridium/files/patch-chromecast_BUILD.gn @@ -0,0 +1,11 @@ +--- chromecast/BUILD.gn.orig 2017-04-19 19:06:32 UTC ++++ chromecast/BUILD.gn +@@ -55,7 +55,7 @@ cast_test_group("cast_tests") { + } + } + +- if (is_linux) { ++ if (is_linux || is_bsd) { + tests += [ "//chromecast/crash:cast_crash_unittests" ] + } + |