summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files')
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in11
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp11
-rw-r--r--net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp15
3 files changed, 0 insertions, 37 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in b/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in
deleted file mode 100644
index 129802603f60..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Apr 13 14:33:14 2007
-+++ Makefile.in Sun Apr 15 23:04:20 2007
-@@ -260,7 +260,7 @@
- debian/libtorrent0.install \
- debian/rules
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libtorrent.pc
- all: all-recursive
-
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp b/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp
deleted file mode 100644
index 651e734b4067..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-socket_ops.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/libtorrent/asio/detail/socket_ops.hpp.orig Wed Aug 8 03:43:42 2007
-+++ include/libtorrent/asio/detail/socket_ops.hpp Mon Sep 10 12:46:17 2007
-@@ -715,7 +715,7 @@
- if (error)
- ec = translate_netdb_error(error);
- return retval;
--#elif defined(__MACH__) && defined(__APPLE__)
-+#elif defined(__MACH__) && defined(__APPLE__) || defined(__FreeBSD__)
- (void)(buffer);
- (void)(buflength);
- int error = 0;
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp
deleted file mode 100644
index ea0156332167..000000000000
--- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__storage.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/storage.cpp.orig Sat Aug 25 15:26:43 2007
-+++ src/storage.cpp Mon Sep 10 12:51:23 2007
-@@ -75,9 +75,11 @@
- #include <cstdio>
- #endif
-
--#if defined(__APPLE__)
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- // for getattrlist()
-+#ifdef __APPLE__
- #include <sys/attr.h>
-+#endif
- #include <unistd.h>
- // for statfs()
- #include <sys/param.h>