commit: 4f4c50953204ce264b92073aa969248fa5d72569
parent: 4768fc830615a388678ff73187890fe7b264f95f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 29 Apr 2018 00:30:40 +0200
net-libs/libtorrent/files: Use OpenBSD prefixes
Diffstat:
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/libtorrent/files/libtorrent-0.13.6-src_torrent_utils_log_cc.patch b/net-libs/libtorrent/files/libtorrent-0.13.6-clangpatch-src_torrent_utils_log_cc.patch
diff --git a/net-libs/libtorrent/files/libtorrent-0.13.6-src_net_socket_set_h.patch b/net-libs/libtorrent/files/libtorrent-0.13.6-patch-src_net_socket_set_h.patch
diff --git a/net-libs/libtorrent/files/libtorrent-0.13.6-src_torrent_utils_extents_h.patch b/net-libs/libtorrent/files/libtorrent-0.13.6-patch-src_torrent_utils_extents_h.patch
diff --git a/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild b/net-libs/libtorrent/libtorrent-0.13.6-r1.ebuild
@@ -39,11 +39,11 @@ src_prepare() {
append-cxxflags "-std=c++11"
find "${WORKDIR}" -type f|xargs fgrep -lw tr1|xargs sed -i -e 's,<tr1/,<,' -e 's/std::tr1/std/g'
epatch "${FILESDIR}/libtorrent-0.13.6-clangpatch-src_utils_queue_buckets_h.patch"
+ epatch "${FILESDIR}/libtorrent-0.13.6-clangpatch-src_torrent_utils_log_cc.patch"
epatch "${FILESDIR}/libtorrent-0.13.6-configure.ac_cppunit_use_pkg-config.patch"
epatch "${FILESDIR}/libtorrent-0.13.6-patch-src_utils_instrumentation_h.patch"
- epatch "${FILESDIR}/libtorrent-0.13.6-src_torrent_utils_extents_h.patch"
- epatch "${FILESDIR}/libtorrent-0.13.6-src_torrent_utils_log_cc.patch"
- epatch "${FILESDIR}/libtorrent-0.13.6-src_net_socket_set_h.patch"
+ epatch "${FILESDIR}/libtorrent-0.13.6-patch-src_torrent_utils_extents_h.patch"
+ epatch "${FILESDIR}/libtorrent-0.13.6-patch-src_net_socket_set_h.patch"
# Fixes a unassigned warning for a happy QA
epatch "${FILESDIR}/libtorrent-0.13.6-src_dht_dht_transaction_cc.patch"