View | Details | Raw Unified | Return to bug 184801
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	boost-libs
4
PORTNAME=	boost-libs
5
COMMENT=	Free portable C++ libraries (without Boost.Python)
5
COMMENT=	Free portable C++ libraries (without Boost.Python)
6
6
7
PORTREVISION=	2
7
PORTREVISION=	3
8
8
9
BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
9
BUILD_DEPENDS+=	bjam:${PORTSDIR}/devel/boost-jam
10
10
(-)files/patch-boost-signals2-detail-variadic__slot__invoker.hpp (+11 lines)
Line 0 Link Here
1
--- boost/signals2/detail/variadic_slot_invoker.hpp.orig	2012-07-05 05:44:38.000000000 +0400
2
+++ boost/signals2/detail/variadic_slot_invoker.hpp	2013-12-10 08:02:42.536189283 +0400
3
@@ -20,7 +20,7 @@
4
 // if compiler has std::tuple use it instead of boost::tuple
5
 // because boost::tuple does not have variadic template support at present.
6
 #ifdef BOOST_NO_CXX11_HDR_TUPLE
7
-#include <boost/tuple.hpp>
8
+#include <boost/tuple/tuple.hpp>
9
 #define BOOST_SIGNALS2_TUPLE boost::tuple
10
 #else
11
 #include <tuple>

Return to bug 184801