[Pkg-owncloud-commits] [owncloud-client] 203/333: Fix build on FreeBSD.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 3f9bd1d72abdbe9e79721e0eccd28d738d3820e4
Author: Mathieu Arnold <mat at mat.cc>
Date: Tue Mar 25 17:19:19 2014 +0100
Fix build on FreeBSD.
We use libinotify, so the linux folderwatcher works.
Based on a patch by: Tobias Berner
---
src/mirall/folderwatcher.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/folderwatcher.cpp b/src/mirall/folderwatcher.cpp
index d85e677..e927c0f 100644
--- a/src/mirall/folderwatcher.cpp
+++ b/src/mirall/folderwatcher.cpp
@@ -29,7 +29,7 @@
#include "mirall/folderwatcher_win.h"
#elif defined(Q_OS_MAC)
#include "mirall/folderwatcher_mac.h"
-#elif defined(Q_OS_LINUX)
+#elif defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD)
#include "mirall/folderwatcher_linux.h"
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list