diff options
author | 2012-10-15 13:14:48 +0000 | |
---|---|---|
committer | 2012-10-15 13:14:48 +0000 | |
commit | 286dea5f1dfe7af22e906b8eb3dc042bae471f2c (patch) | |
tree | e9707735f9dc65fc61aa09f6db045f404f354de7 /net-p2p/transmission/files | |
parent | Version bump. (diff) | |
download | historical-286dea5f1dfe7af22e906b8eb3dc042bae471f2c.tar.gz historical-286dea5f1dfe7af22e906b8eb3dc042bae471f2c.tar.bz2 historical-286dea5f1dfe7af22e906b8eb3dc042bae471f2c.zip |
old, and broken wrt #438438
Package-Manager: portage-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 - |