From e15eba2c6be7bf6d4113b0723edd9edbac142312 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 17 Sep 2017 11:03:36 +0000 Subject: [PATCH] libtorrent-rasterbar: fix build (boost-1.65.1) --- .../patches/boost-1.65.1.patch | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch diff --git a/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch b/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch new file mode 100644 index 00000000000..6394895ba61 --- /dev/null +++ b/srcpkgs/libtorrent-rasterbar/patches/boost-1.65.1.patch @@ -0,0 +1,34 @@ +From 7eb3cf6bc6dbada3fa7bb7ff4d5981182813a0e2 Mon Sep 17 00:00:00 2001 +From: arvidn +Date: Tue, 11 Jul 2017 23:16:50 -0700 +Subject: [PATCH] use the official boost.config header + +--- + include/libtorrent/export.hpp | 14 +------------- + 1 file changed, 1 insertion(+), 13 deletions(-) + +diff --git a/include/libtorrent/export.hpp b/include/libtorrent/export.hpp +index 87536af2a2..503afe27a3 100644 +--- include/libtorrent/export.hpp ++++ 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 +-#endif +-#ifdef BOOST_COMPILER_CONFIG +-# include BOOST_COMPILER_CONFIG +-#endif +- +-#if !defined(BOOST_PLATFORM_CONFIG) && !defined(BOOST_NO_PLATFORM_CONFIG) +-# include +-#endif +-#ifdef BOOST_PLATFORM_CONFIG +-# include BOOST_PLATFORM_CONFIG +-#endif ++#include + + // backwards compatibility with older versions of boost + #if !defined BOOST_SYMBOL_EXPORT && !defined BOOST_SYMBOL_IMPORT