summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-21 10:08:07 +0000
committer Eric Hameleers <alien@slackware.com>2017-11-21 10:08:07 +0000
commit54b2a61a9fd14376bf83c69b7b03fc6ba19b3465 (patch)
tree2c02f125879e4388c528f207d94f67d55e728cbd /libtorrent-rasterbar
parentabd097b9e160e73b298a13d6cf04e645925f8c7a (diff)
downloadasb-54b2a61a9fd14376bf83c69b7b03fc6ba19b3465.tar.gz
asb-54b2a61a9fd14376bf83c69b7b03fc6ba19b3465.tar.xz
Initial revision
Diffstat (limited to 'libtorrent-rasterbar')
-rw-r--r--libtorrent-rasterbar/build/patches/libtorrent-rasterbar_boost_165.diff44
1 files changed, 44 insertions, 0 deletions
diff --git a/libtorrent-rasterbar/build/patches/libtorrent-rasterbar_boost_165.diff b/libtorrent-rasterbar/build/patches/libtorrent-rasterbar_boost_165.diff
new file mode 100644
index 00000000..84882068
--- /dev/null
+++ b/libtorrent-rasterbar/build/patches/libtorrent-rasterbar_boost_165.diff
@@ -0,0 +1,44 @@
+Patch taken from Gentoo:
+
+From 58d30be41daa34f565ab38ab7d92c64fe92acf5d Mon Sep 17 00:00:00 2001
+From: Karl Linden <karl.j.linden@gmail.com>
+Date: Mon, 4 Sep 2017 20:45:35 +0200
+Subject: net-libs/libtorrent-rasterbar: fix compilation with boost-1.65.0
+
+* Apply upstream patch from commit 7eb3cf5.
+
+Closes: https://bugs.gentoo.org/show_bug.cgi?id=629802
+Package-Manager: Portage-2.3.8, Repoman-2.3.3
+Closes: https://github.com/gentoo/gentoo/pull/5615
+commit 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2
+Author: arvidn <arvid@cs.umu.se>
+Date: Tue Jul 11 23:16:50 2017 -0700
+
+ use the official boost.config header
+
+diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp
+index 87536af2a..503afe27a 100644
+--- a/include/libtorrent/export.hpp
++++ b/include/libtorrent/export.hpp
+@@ -33,19 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
+ #ifndef TORRENT_EXPORT_HPP_INCLUDED
+ #define TORRENT_EXPORT_HPP_INCLUDED
+
+-#if !defined(BOOST_COMPILER_CONFIG) && !defined(BOOST_NO_COMPILER_CONFIG)
+-# include <boost/config/select_compiler_config.hpp>
+-#endif
+-#ifdef BOOST_COMPILER_CONFIG
+-# include BOOST_COMPILER_CONFIG
+-#endif
+-
+-#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG)
+-# include <boost/config/select_platform_config.hpp>
+-#endif
+-#ifdef BOOST_PLATFORM_CONFIG
+-# include BOOST_PLATFORM_CONFIG
+-#endif
++#include <boost/config.hpp>
+
+ // backwards compatibility with older versions of boost
+ #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT
+