aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/qbittorrent/files/patch-src__misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/qbittorrent/files/patch-src__misc.h')
-rw-r--r--net-p2p/qbittorrent/files/patch-src__misc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent/files/patch-src__misc.h b/net-p2p/qbittorrent/files/patch-src__misc.h
new file mode 100644
index 000000000000..513fd878b4fc
--- /dev/null
+++ b/net-p2p/qbittorrent/files/patch-src__misc.h
@@ -0,0 +1,11 @@
+--- src/misc.h.orig 2009-10-01 03:44:58.000000000 +0900
++++ src/misc.h 2009-11-27 02:33:54.000000000 +0900
+@@ -43,7 +43,7 @@
+ #include <QThread>
+
+ #ifndef Q_WS_WIN
+-#ifdef Q_WS_MAC
++#if defined(Q_WS_MAC) || defined(__FreeBSD__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #else