ports/www/iridium/files/patch-tools_json__schema__compiler_model.py
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

11 lines
381 B
Python

--- tools/json_schema_compiler/model.py.orig 2019-03-11 22:01:18 UTC
+++ tools/json_schema_compiler/model.py
@@ -602,7 +602,7 @@ class Platforms(object):
"""
CHROMEOS = _PlatformInfo("chromeos")
CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
- LINUX = _PlatformInfo("linux")
+ LINUX = _PlatformInfo("bsd")
MAC = _PlatformInfo("mac")
WIN = _PlatformInfo("win")