From bee9e6df517077a7269ff0dfd57995f5c6a10379 Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 19 Sep 2010 20:47:29 +0000 Subject: [PATCH] - tweak, suggested by fgs@ --- .../patch-boost_test_impl_execution_monitor_ipp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp b/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp index 89a041f0faa..522166ee1f5 100644 --- a/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp +++ b/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp @@ -1,15 +1,18 @@ -$OpenBSD: patch-boost_test_impl_execution_monitor_ipp,v 1.1 2010/09/19 20:09:41 jasper Exp $ ---- boost/test/impl/execution_monitor.ipp.orig Sun Sep 19 09:16:17 2010 -+++ boost/test/impl/execution_monitor.ipp Sun Sep 19 09:16:41 2010 -@@ -341,6 +341,7 @@ system_signal_exception::report() const +$OpenBSD: patch-boost_test_impl_execution_monitor_ipp,v 1.2 2010/09/19 20:47:29 jasper Exp $ +--- boost/test/impl/execution_monitor.ipp.orig Sat Nov 28 10:19:18 2009 ++++ boost/test/impl/execution_monitor.ipp Sun Sep 19 22:33:20 2010 +@@ -341,14 +341,18 @@ system_signal_exception::report() const report_error( execution_exception::system_error, "signal: the expiration of a timer set by timer_settimer()" ); break; -+#if !defined(__OpenBSD__) ++#ifdef SI_ASYNCIO case SI_ASYNCIO: report_error( execution_exception::system_error, "signal: generated by the completion of an asynchronous I/O request" ); -@@ -349,6 +350,7 @@ system_signal_exception::report() const + break; ++#endif ++#ifdef SI_MESGQ + case SI_MESGQ: report_error( execution_exception::system_error, "signal: generated by the the arrival of a message on an empty message queue" ); break;