summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-tools_gn_args.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-tools_gn_args.cc')
-rw-r--r--www/iridium/files/patch-tools_gn_args.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-tools_gn_args.cc b/www/iridium/files/patch-tools_gn_args.cc
deleted file mode 100644
index 915e8aac8460..000000000000
--- a/www/iridium/files/patch-tools_gn_args.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/gn/args.cc.orig 2017-06-05 19:03:29 UTC
-+++ tools/gn/args.cc
-@@ -298,6 +298,8 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
- os = "mac";
- #elif defined(OS_LINUX)
- os = "linux";
-+#elif defined(OS_BSD)
-+ os = "bsd";
- #elif defined(OS_ANDROID)
- os = "android";
- #elif defined(OS_NETBSD)