diff options
Diffstat (limited to 'unmaintained/soprano/soprano-2.9.4-dbus-1.patch')
-rwxr-xr-x | unmaintained/soprano/soprano-2.9.4-dbus-1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/soprano/soprano-2.9.4-dbus-1.patch b/unmaintained/soprano/soprano-2.9.4-dbus-1.patch new file mode 100755 index 0000000000..9861c6d2ed --- /dev/null +++ b/unmaintained/soprano/soprano-2.9.4-dbus-1.patch @@ -0,0 +1,12 @@ +--- a/server/servercore.cpp ++++ b/server/servercore.cpp +@@ -41,7 +41,9 @@ + #include <QtNetwork/QTcpServer> + #include <QtNetwork/QHostAddress> + #include <QtNetwork/QTcpSocket> ++#ifdef BUILD_DBUS_SUPPORT + #include <QtDBus/QtDBus> ++#endif + + + const quint16 Soprano::Server::ServerCore::DEFAULT_PORT = 5000; |