diff options
-rw-r--r-- | devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp b/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp new file mode 100644 index 000000000000..e628f24b14c9 --- /dev/null +++ b/devel/boost-libs/files/patch-boost__test__impl__execution_monitor.ipp @@ -0,0 +1,16 @@ +# Description: Backport fix building test suite on non-x86 platforms +# PR: ports/182549 +# Upstream Issue: https://svn.boost.org/trac/boost/ticket/3897 +# Upstream Change: https://svn.boost.org/trac/boost/changeset/62780 + +--- ./boost/test/impl/execution_monitor.ipp.orig 2013-12-14 18:22:41.772892518 +1100 ++++ ./boost/test/impl/execution_monitor.ipp 2013-12-14 18:23:15.554395963 +1100 +@@ -156,6 +156,8 @@ + + # if defined(__FreeBSD__) + ++# include <osreldate.h> ++ + # ifndef SIGPOLL + # define SIGPOLL SIGIO + # endif |