summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-24 13:40:52 +0000
committerjoerg <joerg>2011-11-24 13:40:52 +0000
commit0802a98b39f9112abadde2415071d3e24fbea821 (patch)
tree0c72a13bdc09f148c22123ee8e64dae0b97046f5
parenta65f6a976e18cf48b5baa596e5c969d6ced624d0 (diff)
downloadpkgsrc-0802a98b39f9112abadde2415071d3e24fbea821.tar.gz
Explicitly include sys/select.h for newer GCC
-rw-r--r--net/ktorrent/distinfo3
-rw-r--r--net/ktorrent/patches/patch-libbtcore_dht_rpcserver.cpp12
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>