ports/cad/qcad/patches/patch-scripts_Widgets_CommandLine_CommandLine_js

14 lines
421 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: scripts/Widgets/CommandLine/CommandLine.js
--- scripts/Widgets/CommandLine/CommandLine.js.orig
+++ scripts/Widgets/CommandLine/CommandLine.js
@@ -498,6 +498,9 @@ CommandLine.init = function(basePath) {
case "solaris":
system = "Solaris";
break;
+ case "openbsd":
+ system = "OpenBSD";
+ break;
}
EAction.handleUserMessage(
"%1 %2 / Qt %3 / %4 %5"