summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-aq')
-rw-r--r--meta-pkgs/boost/patches/patch-aq14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/boost/patches/patch-aq b/meta-pkgs/boost/patches/patch-aq
index d1982a4efbf..aa187b2bb80 100644
--- a/meta-pkgs/boost/patches/patch-aq
+++ b/meta-pkgs/boost/patches/patch-aq
@@ -1,8 +1,8 @@
-$NetBSD: patch-aq,v 1.8 2015/08/14 07:54:04 adam Exp $
+$NetBSD: patch-aq,v 1.9 2016/10/07 17:51:11 adam Exp $
---- boost/test/impl/execution_monitor.ipp.orig 2015-07-21 21:41:49.000000000 +0000
+--- boost/test/impl/execution_monitor.ipp.orig 2016-10-05 08:52:21.000000000 +0000
+++ boost/test/impl/execution_monitor.ipp
-@@ -163,7 +163,8 @@ namespace { void _set_se_translator( voi
+@@ -166,7 +166,8 @@ namespace { void _set_se_translator( voi
# if defined(SIGPOLL) && !defined(__CYGWIN__) && \
!(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) && \
!defined(__NetBSD__) && \
@@ -12,7 +12,7 @@ $NetBSD: patch-aq,v 1.8 2015/08/14 07:54:04 adam Exp $
# define BOOST_TEST_CATCH_SIGPOLL
# endif
-@@ -368,6 +369,7 @@ system_signal_exception::report() const
+@@ -365,6 +366,7 @@ system_signal_exception::report() const
if( !m_sig_info )
return; // no error actually occur?
@@ -20,7 +20,7 @@ $NetBSD: patch-aq,v 1.8 2015/08/14 07:54:04 adam Exp $
switch( m_sig_info->si_code ) {
case SI_USER:
report_error( execution_exception::system_error,
-@@ -382,14 +384,18 @@ system_signal_exception::report() const
+@@ -379,14 +381,18 @@ system_signal_exception::report() const
report_error( execution_exception::system_error,
"signal: the expiration of a timer set by timer_settimer()" );
break;
@@ -39,8 +39,8 @@ $NetBSD: patch-aq,v 1.8 2015/08/14 07:54:04 adam Exp $
default:
break;
}
-@@ -608,6 +614,7 @@ system_signal_exception::report() const
- report_error( execution_exception::system_error,
+@@ -605,6 +611,7 @@ system_signal_exception::report() const
+ report_error( execution_exception::system_error,
"unrecognized signal %d", m_sig_info->si_signo );
}
+#endif /* !__DragonFly__ */