FreeBSD Bugzilla – Attachment 192636 Details for
Bug 227553
editors/openoffice-4 and editors/openoffice-devel: fail to build with boost 1.67
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Probable fix
patch-boost-1.67 (text/plain), 1.03 KB, created by
Pedro F. Giffuni
on 2018-04-19 03:32:53 UTC
(
hide
)
Description:
Probable fix
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2018-04-19 03:32:53 UTC
Size:
1.03 KB
patch
obsolete
>Index: basegfx/source/range/b2drangeclipper.cxx >=================================================================== >--- basegfx/source/range/b2drangeclipper.cxx (revision 1829493) >+++ basegfx/source/range/b2drangeclipper.cxx (working copy) >@@ -35,7 +35,11 @@ > > #include <o3tl/vector_pool.hxx> > #include <boost/bind.hpp> >+#if BOOST_VERSION < 106700 > #include <boost/utility.hpp> >+#else >+#include <boost/next_prior.hpp> >+#endif > > #include <algorithm> > #include <deque> >Index: slideshow/source/inc/listenercontainer.hxx >=================================================================== >--- slideshow/source/inc/listenercontainer.hxx (revision 1829493) >+++ slideshow/source/inc/listenercontainer.hxx (working copy) >@@ -24,10 +24,15 @@ > #define INCLUDED_SLIDESHOW_LISTENERCONTAINER_HXX > > #include <osl/mutex.hxx> >-#include <boost/utility.hpp> > #include <algorithm> > #include <vector> > >+#if BOOST_VERSION < 106700 >+#include <boost/utility.hpp> >+#else >+#include <boost/next_prior.hpp> >+#endif >+ > #include "listenercontainerimpl.hxx" > > namespace slideshow {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227553
: 192636