libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / sysutils / xca / patches / 01_termios.patch
blobcd7e6fa68da1c6a602ca76a710381d7d46ce23c9
1 --- xca-2.6.0/lib/arguments.cpp 2024-06-23 20:51:22.973597905 +0200
2 +++ xca-2.6.0/lib/arguments.cpp.new 2024-06-23 20:51:14.420511262 +0200
3 @@ -11,6 +11,13 @@
4 #include "arguments.h"
6 #include <stdio.h>
8 +#ifdef __SOLARIS__
9 +#include <sys/termios.h>
10 +#include <unistd.h>
11 +#include <stropts.h>
12 +#endif
14 #include <QCommandLineParser>
15 #include <QRegularExpression>