diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-11 20:44:34 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-11 20:44:34 +0000 |
commit | ba50b420f758f5b2f16819eda12ef7cb56a53afe (patch) | |
tree | efabb7529415648c98c379ea8ce71871cc2a2bd9 /net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp | |
parent | Add USES+=iconv to fix linker issues on FreeBSD 10 amd64 poudriere jail. (diff) |
- Update libtorrent-rasterbar to 1.0.4
- Update qbittorrent 3.2.0
- Use Github masterisite for qbittorrent
- Remove STRIP option, it's the default, and can be inhibited with
the DEBUG option
- Pet some portlint warnings
PR: 200108
Submitted by: yuri at rawbw.com
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp b/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp index 0823147f0528..661582fb3267 100644 --- a/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp +++ b/net-p2p/libtorrent-rasterbar/files/patch-src_utp__stream.cpp @@ -1,9 +1,9 @@ ---- src/utp_stream.cpp.orig 2013-09-20 12:07:06.000000000 +0000 +--- src/utp_stream.cpp.orig 2014-12-05 01:00:07 UTC +++ src/utp_stream.cpp @@ -30,6 +30,8 @@ POSSIBILITY OF SUCH DAMAGE. */ - + +#define __STDC_LIMIT_MACROS +#include <stdint.h> #include "libtorrent/config.hpp" |