head 1.3; access; symbols pkgsrc-2015Q2:1.2.0.2 pkgsrc-2015Q2-base:1.2; locks; strict; comment @// @; 1.3 date 2015.08.14.07.54.04; author adam; state dead; branches; next 1.2; commitid CAb6ObqWr6HN4dxy; 1.2 date 2015.04.19.12.18.44; author wiz; state Exp; branches; next 1.1; commitid Xt5D1ZpIwGOTiciy; 1.1 date 2015.04.19.12.12.16; author ryoon; state Exp; branches; next ; commitid raWpilqzfBCEgciy; desc @@ 1.3 log @Changes 1.59.0: New Libraries Convert: An extendible and configurable type-conversion framework, from Vladimir Batov. Coroutine2: (C++14) Coroutine library, from Oliver Kowalke. Updated Libraries... @ text @$NetBSD: patch-boost_context_detail_config.hpp,v 1.2 2015/04/19 12:18:44 wiz Exp $ Fix build with gcc-4.8.4, which does not support index_sequence (from C++14). --- boost/context/detail/config.hpp.orig 2015-04-04 17:31:00.000000000 +0000 +++ boost/context/detail/config.hpp @@@@ -66,7 +66,8 @@@@ defined( BOOST_NO_CXX11_RVALUE_REFERENCES) || \ defined( BOOST_NO_CXX11_VARIADIC_MACROS) || \ defined( BOOST_NO_CXX11_VARIADIC_TEMPLATES) || \ - defined( BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES) + defined( BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES) || \ + (defined(__GNUC__) && __GNUC__ <= 4 && __GNUC_MINOR__ < 9) # define BOOST_CONTEXT_NO_EXECUTION_CONTEXT #endif @ 1.2 log @Add comment to patch. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Workaround for GCC 4.8 build. @ text @d3 2 @