diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-06 12:46:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-06 12:46:01 +0000 |
commit | 98716ea221a8feff7529c44532aa00b943e2abd8 (patch) | |
tree | 36c4930cfcc5d6d2a5894fa4f56db777b54b2b1a /net-p2p/rtorrent/files | |
parent | Bump to 1.1.0 final version as per bug #117238. (diff) | |
download | gentoo-2-98716ea221a8feff7529c44532aa00b943e2abd8.tar.gz gentoo-2-98716ea221a8feff7529c44532aa00b943e2abd8.tar.bz2 gentoo-2-98716ea221a8feff7529c44532aa00b943e2abd8.zip |
Add patch to fix building on some systems, bug #121771.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-p2p/rtorrent/files')
-rw-r--r-- | net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch b/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch new file mode 100644 index 000000000000..b057bd934d12 --- /dev/null +++ b/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch @@ -0,0 +1,12 @@ +Index: rtorrent/src/command_scheduler.h +=================================================================== +--- rtorrent/src/command_scheduler.h (revision 629) ++++ rtorrent/src/command_scheduler.h (working copy) +@@ -39,6 +39,7 @@ + + #include <vector> + #include <string> ++#include <inttypes.h> + #include <rak/functional_fun.h> + + class CommandSchedulerItem; |