diff options
Diffstat (limited to 'www/chromium/files/patch-tools_gn_args.cc')
-rw-r--r-- | www/chromium/files/patch-tools_gn_args.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-tools_gn_args.cc b/www/chromium/files/patch-tools_gn_args.cc new file mode 100644 index 000000000000..52dd76c33592 --- /dev/null +++ b/www/chromium/files/patch-tools_gn_args.cc @@ -0,0 +1,11 @@ +--- tools/gn/args.cc.orig 2016-08-13 15:22:20.957491000 +0300 ++++ tools/gn/args.cc 2016-08-13 15:22:40.739449000 +0300 +@@ -222,6 +222,8 @@ + os = "mac"; + #elif defined(OS_LINUX) + os = "linux"; ++#elif defined(OS_BSD) ++ os = "bsd"; + #elif defined(OS_ANDROID) + os = "android"; + #else |