diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-15 13:14:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-15 13:14:48 +0000 |
commit | 383bf1b0cfb2ee8cbdfb6fd11a916890b37d8337 (patch) | |
tree | 96060743d5f5a18606712f1cafeb55b546e54eb7 /net-p2p/transmission/files | |
parent | Version bump. (diff) | |
download | gentoo-2-383bf1b0cfb2ee8cbdfb6fd11a916890b37d8337.tar.gz gentoo-2-383bf1b0cfb2ee8cbdfb6fd11a916890b37d8337.tar.bz2 gentoo-2-383bf1b0cfb2ee8cbdfb6fd11a916890b37d8337.zip |
old, and broken wrt #438438
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/transmission/files')
-rw-r--r-- | net-p2p/transmission/files/transmission-2.51-fbsd.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/transmission/files/transmission-2.51-fbsd.patch b/net-p2p/transmission/files/transmission-2.51-fbsd.patch deleted file mode 100644 index dfbe7211bd2b..000000000000 --- a/net-p2p/transmission/files/transmission-2.51-fbsd.patch +++ /dev/null @@ -1,15 +0,0 @@ -http://bugs.gentoo.org/400929 -http://trac.transmissionbt.com/ticket/4915 - ---- third-party/libutp/utp.h -+++ third-party/libutp/utp.h -@@ -12,7 +12,9 @@ - #pragma comment(lib,"ws2_32.lib") - #else - #include <stdlib.h> -+#include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #endif - |