diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-24 13:40:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-24 13:40:52 +0000 |
commit | 2bf7531d6b18ed9ab556ba587eba1fa0e2bc133d (patch) | |
tree | 0c72a13bdc09f148c22123ee8e64dae0b97046f5 /net | |
parent | 94c88c6ef09a0bbd4d579c465dc6a969a72af705 (diff) | |
download | pkgsrc-2bf7531d6b18ed9ab556ba587eba1fa0e2bc133d.tar.gz |
Explicitly include sys/select.h for newer GCC
Diffstat (limited to 'net')
-rw-r--r-- | net/ktorrent/distinfo | 3 | ||||
-rw-r--r-- | net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net/ktorrent/distinfo b/net/ktorrent/distinfo index e53041b18e0..d63a9265195 100644 --- a/net/ktorrent/distinfo +++ b/net/ktorrent/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.13 2010/03/20 21:53:06 wiz Exp $ +$NetBSD: distinfo,v 1.14 2011/11/24 13:40:52 joerg Exp $ SHA1 (ktorrent-3.3.tar.bz2) = 0c39e8963790f3bb9420389101fdd5d12f3e0c10 RMD160 (ktorrent-3.3.tar.bz2) = 3e1405ca4e6049635b2fc82b3cb616cec5fe1bea Size (ktorrent-3.3.tar.bz2) = 2745995 bytes +SHA1 (patch-libbtcore_dht_rpcserver.cpp) = 00b5c9799cb55cde27d54f5d27dd7c9882b2668c diff --git a/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp b/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp new file mode 100644 index 00000000000..d5ab08b7ae1 --- /dev/null +++ b/net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-libbtcore_dht_rpcserver.cpp,v 1.1 2011/11/24 13:40:53 joerg Exp $ + +--- libbtcore/dht/rpcserver.cpp.orig 2011-11-24 02:12:17.000000000 +0000 ++++ libbtcore/dht/rpcserver.cpp +@@ -22,6 +22,7 @@ + #include <QThread> + #include <unistd.h> + #include <string.h> ++#include <sys/select.h> + #include <net/portlist.h> + #include <util/log.h> + #include <util/error.h> |