ports/net/linphone/files/patch-src_components_other_desktop-tools_DesktopTools.hpp
Felix Palmen 46dfe1ded5 net/linphone: Update version 4.1.1=>4.4.8
- Add LICENSE GPLv3

Differential Revision: https://reviews.freebsd.org/D35805
2022-07-19 04:23:51 -05:00

11 lines
352 B
C++

--- src/components/other/desktop-tools/DesktopTools.hpp.orig 2022-07-05 13:20:17 UTC
+++ src/components/other/desktop-tools/DesktopTools.hpp
@@ -23,7 +23,7 @@
#include <QtGlobal>
-#ifdef Q_OS_LINUX
+#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
#include "DesktopToolsLinux.hpp"
#elif defined(Q_OS_WIN)
#include "DesktopToolsWindows.hpp"