summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-14 05:20:07 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-14 05:20:07 +0000
commit53786b5292b3559481aa057dba5b21c0e1445c23 (patch)
tree35f8be323ca0220b9486ac6e885e8d61eafae6d0 /net-libs/libbt/files
parentFix building with newer glibc #251446 by Diego E. Pettenò. (diff)
downloadhistorical-53786b5292b3559481aa057dba5b21c0e1445c23.tar.gz
historical-53786b5292b3559481aa057dba5b21c0e1445c23.tar.bz2
historical-53786b5292b3559481aa057dba5b21c0e1445c23.zip
Fix building with newer glibc #248034 by Diego E. Pettenò.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'net-libs/libbt/files')
-rw-r--r--net-libs/libbt/files/libbt-1.05-build.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-libs/libbt/files/libbt-1.05-build.patch b/net-libs/libbt/files/libbt-1.05-build.patch
new file mode 100644
index 000000000000..cd82787e6e0b
--- /dev/null
+++ b/net-libs/libbt/files/libbt-1.05-build.patch
@@ -0,0 +1,14 @@
+fix building with newer glibc
+
+http://bugs.gentoo.org/248034
+
+--- src/peer.c
++++ src/peer.c
+@@ -35,6 +35,7 @@
+ #include <time.h>
+ #include <poll.h>
+ #include <assert.h>
++#include <limits.h>
+
+ #include "bterror.h"
+ #include "btmessage.h"